GET /api/bet_types/8a1805ff-4014-43ae-b859-d6aaec793f42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a1805ff-4014-43ae-b859-d6aaec793f42",
    "match": "https://api-prod.gambitprofit.com/api/matches/e94bf595-3e08-492c-9a58-9e0258e1d877/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:11.243282-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": "WAS",
                "amount": 5000.0
            },
            {
                "team": "CLE",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a9513c-d883-42ef-a6f6-5df43c82612b",
            "gambit_id": "beef8d06-638d-4688-9349-bb0f2fcef970",
            "last_updated": "2023-04-16T18:07:20.887334-04:00",
            "created_at": "2023-04-15T12:27:11.244806-04:00",
            "name": "WAS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1805ff-4014-43ae-b859-d6aaec793f42/?format=api"
        },
        {
            "id": "7aa4996d-92c4-41d6-a5a7-995db71bc0ea",
            "gambit_id": "32f7274d-30be-4e7f-a73a-6ab61ab46eeb",
            "last_updated": "2023-04-16T18:07:20.890054-04:00",
            "created_at": "2023-04-15T12:27:11.246421-04:00",
            "name": "CLE",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1805ff-4014-43ae-b859-d6aaec793f42/?format=api"
        }
    ]
}