GET /api/bet_types/1aa38061-a7ce-40de-b9c9-2b278eb288de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aa38061-a7ce-40de-b9c9-2b278eb288de",
    "match": "https://api-prod.gambitprofit.com/api/matches/0df42cd1-11f2-48e5-81a2-30070191c109/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:26.807793-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": "CLE",
                "amount": 6090.0
            },
            {
                "team": "TEX",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc5e8eb3-64c4-4207-9ec9-fc38c0edf84f",
            "gambit_id": "44cab175-4fe9-4453-89db-577b3b1676c7",
            "last_updated": "2023-07-18T09:03:20.082759-04:00",
            "created_at": "2023-07-16T09:08:26.809278-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aa38061-a7ce-40de-b9c9-2b278eb288de/?format=api"
        },
        {
            "id": "7f615d70-69c9-4b7f-9875-5a87f07f709a",
            "gambit_id": "b43ac1ec-61a1-4a7a-8233-61406f42ebf9",
            "last_updated": "2023-07-18T09:03:20.084909-04:00",
            "created_at": "2023-07-16T09:08:26.810832-04:00",
            "name": "TEX",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aa38061-a7ce-40de-b9c9-2b278eb288de/?format=api"
        }
    ]
}