GET /api/bet_types/3d2bdd39-99eb-443b-a49f-9ed87d904191/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d2bdd39-99eb-443b-a49f-9ed87d904191",
    "match": "https://api-prod.gambitprofit.com/api/matches/89cbb5e0-efc8-4704-9261-061f3768aaec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:09.954794-04: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": "MIA",
                "amount": 5614.0
            },
            {
                "team": "STL",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "17712006-9a38-4058-8bff-149ae80ba9ae",
            "gambit_id": "d3109598-c178-4bb1-bd99-774aa3fda47e",
            "last_updated": "2023-07-20T09:53:26.293813-04:00",
            "created_at": "2023-07-18T08:53:09.956218-04:00",
            "name": "MIA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2bdd39-99eb-443b-a49f-9ed87d904191/?format=api"
        },
        {
            "id": "0881e9cf-4075-483b-a1cd-081fe0406288",
            "gambit_id": "23fd0fdf-e345-4534-bb22-94fcde0f7e3c",
            "last_updated": "2023-07-20T09:53:26.295202-04:00",
            "created_at": "2023-07-18T08:53:09.957715-04:00",
            "name": "STL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2bdd39-99eb-443b-a49f-9ed87d904191/?format=api"
        }
    ]
}