GET /api/bet_types/bc9f9cf4-8897-405c-b6b2-76690a06e711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc9f9cf4-8897-405c-b6b2-76690a06e711",
    "match": "https://api-prod.gambitprofit.com/api/matches/de356333-666a-490d-be2f-5e6b680cd0d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:24.491656-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": "CIN (B Williamson)",
                "amount": 5776.0
            },
            {
                "team": "PIT (Q Priester)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "a948adff-e0b7-409c-b1a0-9d1924d0446a",
            "gambit_id": "e0899855-db4c-486d-9a70-f6867de47d88",
            "last_updated": "2023-09-26T09:17:57.637665-04:00",
            "created_at": "2023-09-24T09:13:24.499924-04:00",
            "name": "CIN (B Williamson)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9f9cf4-8897-405c-b6b2-76690a06e711/?format=api"
        },
        {
            "id": "16c8d920-a9fa-425b-b22d-d8d80e61e97f",
            "gambit_id": "edb45527-cf99-4610-afe3-733be03f9864",
            "last_updated": "2023-09-26T09:17:57.634260-04:00",
            "created_at": "2023-09-24T09:13:24.495765-04:00",
            "name": "PIT (Q Priester)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9f9cf4-8897-405c-b6b2-76690a06e711/?format=api"
        }
    ]
}