GET /api/bet_types/34881fae-24c7-4610-9b8d-263b907e9111/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34881fae-24c7-4610-9b8d-263b907e9111",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e4d9924-761d-40ae-98b9-6bfb92dd2b5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-31T00:17:10.460561-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": "TCU",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2aa1f19f-7945-47a7-8d93-b43310a96c2e",
            "gambit_id": "d7efda90-cc90-4194-b4e6-120d1eabe622",
            "last_updated": "2023-01-01T10:27:16.317706-05:00",
            "created_at": "2022-12-31T00:17:10.462910-05:00",
            "name": "TCU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34881fae-24c7-4610-9b8d-263b907e9111/?format=api"
        },
        {
            "id": "85726a8b-24b7-46da-9130-696d7bc4b9a7",
            "gambit_id": "dd893d4a-7d3b-4be4-ab97-301cbb53e7c1",
            "last_updated": "2023-01-01T10:27:16.316533-05:00",
            "created_at": "2022-12-31T00:17:10.461702-05:00",
            "name": "Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34881fae-24c7-4610-9b8d-263b907e9111/?format=api"
        }
    ]
}