GET /api/bet_types/a2a65dff-59a1-426c-aba1-3606a00552c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2a65dff-59a1-426c-aba1-3606a00552c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bad2638-39a6-40d4-b698-ba996b017ecb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-23T11:27:57.824386-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": "TOR (K Gausman)",
                "amount": 5578.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ebab402-6f33-46ca-a66a-785a4d48f1a7",
            "gambit_id": "6b85208b-f21f-4fb6-90d9-59685ab39ddc",
            "last_updated": "2023-08-25T10:18:08.469742-04:00",
            "created_at": "2023-08-23T11:27:57.829679-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a65dff-59a1-426c-aba1-3606a00552c0/?format=api"
        },
        {
            "id": "5e430e5b-004a-47ff-8313-49a41eb638e1",
            "gambit_id": "d3a61177-91ef-44b4-817c-04e29e732cc0",
            "last_updated": "2023-08-25T10:18:08.474270-04:00",
            "created_at": "2023-08-23T11:27:57.834789-04:00",
            "name": "BAL (D Kremer)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2a65dff-59a1-426c-aba1-3606a00552c0/?format=api"
        }
    ]
}