GET /api/bet_types/3d719d64-ab99-49ac-8081-98eaf8347b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d719d64-ab99-49ac-8081-98eaf8347b08",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0913691-b3e8-4166-ac7e-d7d58494a9f3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "KAN",
                "amount": 5842.0
            },
            {
                "team": "ARI",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "4874c762-3ae2-4165-a322-e5d5cfc54dfe",
            "gambit_id": "6866ea9f-7906-4664-9b0d-f10248dcceb9",
            "last_updated": "2022-08-24T10:27:10.830149-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d719d64-ab99-49ac-8081-98eaf8347b08/?format=api"
        },
        {
            "id": "6071cfb4-fc84-4e2e-9027-ab75239d7232",
            "gambit_id": "b7068a60-f923-4c02-bc26-1b0db76f5450",
            "last_updated": "2022-08-24T10:27:10.830583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d719d64-ab99-49ac-8081-98eaf8347b08/?format=api"
        }
    ]
}