GET /api/bet_types/cf3004cc-75bb-49c4-80d3-0d0da275540a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf3004cc-75bb-49c4-80d3-0d0da275540a",
    "match": "https://api-prod.gambitprofit.com/api/matches/46836e76-c8fd-4c61-9281-dc79771edd35/?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": "HOU",
                "amount": 5301.0
            },
            {
                "team": "LAA",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "9752e23b-2098-464e-924c-9ed08d3f3c32",
            "gambit_id": "7baaa10c-8dc7-47e4-aec7-c5af47d68971",
            "last_updated": "2022-09-05T13:32:07.302103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3004cc-75bb-49c4-80d3-0d0da275540a/?format=api"
        },
        {
            "id": "d0c046ef-cb6b-432a-bbb0-079e1e00a9c3",
            "gambit_id": "682a262b-2949-41f7-9e80-aa278bcea273",
            "last_updated": "2022-09-05T13:32:07.301048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3004cc-75bb-49c4-80d3-0d0da275540a/?format=api"
        }
    ]
}