GET /api/bet_types/3cbb9a5e-2883-47a0-ba24-f8bb231468ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cbb9a5e-2883-47a0-ba24-f8bb231468ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fecf4cc-7cab-4fee-aae5-680d87a82f1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:55.419179-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": "CHC (D Smyly)",
                "amount": 6148.0
            },
            {
                "team": "MIA (B Hoeing)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "759a73f3-2fe0-4205-862f-3bd23ae53b8b",
            "gambit_id": "7d9b3b51-e851-4e2b-963c-2905d85eb912",
            "last_updated": "2023-05-11T23:12:05.893912-04:00",
            "created_at": "2023-05-06T11:51:55.420603-04:00",
            "name": "CHC (D Smyly)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbb9a5e-2883-47a0-ba24-f8bb231468ab/?format=api"
        },
        {
            "id": "b8b2a6f3-8e5f-40df-ba13-36c538d1ca15",
            "gambit_id": "cadb9c6d-e95d-4dee-bce3-e165274291f3",
            "last_updated": "2023-05-11T23:12:05.895487-04:00",
            "created_at": "2023-05-06T11:51:55.422338-04:00",
            "name": "MIA (B Hoeing)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbb9a5e-2883-47a0-ba24-f8bb231468ab/?format=api"
        }
    ]
}