GET /api/bet_types/36119ea7-7b28-496c-be77-d4b4f4d63ef6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36119ea7-7b28-496c-be77-d4b4f4d63ef6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4052172e-6ec3-4084-82f4-3f290e30483c/?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": "STL (J Flaherty)",
                "amount": 6373.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 9176.31,
        "profit_sb": 176.31,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "87b3d887-e10a-4b50-b28f-0813099e6c66",
            "gambit_id": "1e252767-4f38-4788-8f33-3a044613973a",
            "last_updated": "2022-10-02T15:17:07.670562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Flaherty)",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36119ea7-7b28-496c-be77-d4b4f4d63ef6/?format=api"
        },
        {
            "id": "bf0b1844-22db-40cd-99d4-b0a7fe11d59b",
            "gambit_id": "6471e767-7e7a-4757-bf79-c0cf09127408",
            "last_updated": "2022-10-02T15:17:07.671578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36119ea7-7b28-496c-be77-d4b4f4d63ef6/?format=api"
        }
    ]
}