GET /api/bet_types/b83eb8cb-8f68-45d4-8371-14afbacf2435/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b83eb8cb-8f68-45d4-8371-14afbacf2435",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd47c081-cba3-40a9-8169-5ca2230592ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T00:16:57.876154-05: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": "Wake Forest",
                "amount": 5571.0
            },
            {
                "team": "Missouri",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3b4735a-0171-4a19-b6b6-be672a957d5c",
            "gambit_id": "719175ce-d132-4ba3-934a-c4e7f4c39ca4",
            "last_updated": "2022-12-24T19:11:56.720801-05:00",
            "created_at": "2022-12-23T00:16:57.878630-05:00",
            "name": "Wake Forest",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b83eb8cb-8f68-45d4-8371-14afbacf2435/?format=api"
        },
        {
            "id": "339c46c0-26ae-4f1c-881f-689ac4173819",
            "gambit_id": "83036673-ea7c-42ab-bf10-2c981a8aa08c",
            "last_updated": "2022-12-24T19:11:56.719593-05:00",
            "created_at": "2022-12-23T00:16:57.877420-05:00",
            "name": "Missouri",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b83eb8cb-8f68-45d4-8371-14afbacf2435/?format=api"
        }
    ]
}