GET /api/bet_types/50463f6f-4f1e-4a86-9496-5ea622d3b981/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50463f6f-4f1e-4a86-9496-5ea622d3b981",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc5b2305-8ac9-4c4a-b6a9-7d296211951c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:05.135201-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": "SFO (K Winn)",
                "amount": 5222.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "52d6e033-5c79-4737-a882-008f7cacee79",
            "gambit_id": "a05446c1-09f7-4a21-9d64-2d9ddeaa2fc1",
            "last_updated": "2023-07-05T18:58:29.504698-04:00",
            "created_at": "2023-07-04T09:43:05.139450-04:00",
            "name": "SFO (K Winn)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50463f6f-4f1e-4a86-9496-5ea622d3b981/?format=api"
        },
        {
            "id": "5ed028dc-5abe-420d-b2ba-dbc68508acfc",
            "gambit_id": "79680650-8fd0-4cb6-ac1c-9a128971d146",
            "last_updated": "2023-07-05T18:58:29.502607-04:00",
            "created_at": "2023-07-04T09:43:05.137311-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50463f6f-4f1e-4a86-9496-5ea622d3b981/?format=api"
        }
    ]
}