GET /api/bet_types/5541de7d-3b47-47ec-8b75-fefe9f8d3cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5541de7d-3b47-47ec-8b75-fefe9f8d3cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/393e320b-6e1e-4b24-bab2-f19b7e08ab62/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T10:01:50.881240-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": "Winnipeg Jets",
                "amount": 6458.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "01b0bd5f-fc78-4fd0-9240-a2d9e0993cb6",
            "gambit_id": "d6ee3b6f-70cb-4959-9c69-09f4d69be733",
            "last_updated": "2023-03-07T11:12:01.329621-05:00",
            "created_at": "2023-03-06T10:01:50.882595-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5541de7d-3b47-47ec-8b75-fefe9f8d3cc6/?format=api"
        },
        {
            "id": "27ed07f2-406b-4074-abcd-0ebf99a83c9f",
            "gambit_id": "d0e32ca8-6b34-49bc-b26b-6bb0a6abee98",
            "last_updated": "2023-03-07T11:12:01.330727-05:00",
            "created_at": "2023-03-06T10:01:50.889228-05:00",
            "name": "San Jose Sharks",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5541de7d-3b47-47ec-8b75-fefe9f8d3cc6/?format=api"
        }
    ]
}