GET /api/bet_types/1ce9f16e-6631-40d9-8c3f-b7df61db1909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ce9f16e-6631-40d9-8c3f-b7df61db1909",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f313f85-9509-4196-8200-e7fa271ef094/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:07.310138-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": "Boston Bruins",
                "amount": 6100.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "47e906f4-4c4d-4cb6-96a8-e34232daf5be",
            "gambit_id": "b1abbbba-56aa-42e6-84b7-537148e0fd25",
            "last_updated": "2023-03-20T11:42:08.376218-04:00",
            "created_at": "2023-03-19T09:17:07.312672-04:00",
            "name": "Boston Bruins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce9f16e-6631-40d9-8c3f-b7df61db1909/?format=api"
        },
        {
            "id": "0738b086-7ed3-4fd0-9d3a-a5663c141c34",
            "gambit_id": "f0777f56-e11f-42c5-a307-e9e446088541",
            "last_updated": "2023-03-20T11:42:08.373677-04:00",
            "created_at": "2023-03-19T09:17:07.311397-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce9f16e-6631-40d9-8c3f-b7df61db1909/?format=api"
        }
    ]
}