GET /api/bet_types/b1de4141-bb23-4f26-8ba7-c72c773f25ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1de4141-bb23-4f26-8ba7-c72c773f25ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/728f3966-b7dd-47cd-a883-555e716c8c99/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Jared Cannonier",
                "amount": 5099.0
            },
            {
                "team": "Sean Strickland",
                "amount": 4901.0
            }
        ],
        "expected_reward_tokens": 8821.27,
        "profit_sb": -178.73,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "6358da0b-1324-4153-95e1-80e9cce1d55a",
            "gambit_id": "f7f4d0d9-369b-468a-a3dc-fb88effe44fc",
            "last_updated": "2022-12-19T10:52:34.686652-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jared Cannonier",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1de4141-bb23-4f26-8ba7-c72c773f25ed/?format=api"
        },
        {
            "id": "cbf4e2ce-9344-49a5-9237-1c01a235f976",
            "gambit_id": "4f584c04-58cc-4171-acb5-e455903d952b",
            "last_updated": "2022-12-19T10:52:34.687739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sean Strickland",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1de4141-bb23-4f26-8ba7-c72c773f25ed/?format=api"
        }
    ]
}