GET /api/bet_types/b8e1f55b-095b-4cc3-bb84-d52f52ea10a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8e1f55b-095b-4cc3-bb84-d52f52ea10a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/edbea097-5dae-43e2-9724-e3f79b7be2ac/?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": "LOS (T Gonsolin)",
                "amount": 6578.0
            },
            {
                "team": "MIA (P Lopez)",
                "amount": 3422.0
            }
        ],
        "expected_reward_tokens": 9273.62,
        "profit_sb": 273.62,
        "profit_sb_percentage": 3.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "c083fcae-2653-4fab-80fb-011a2ca157c9",
            "gambit_id": "c712de96-9509-421a-a87b-2fccd787a306",
            "last_updated": "2022-12-24T17:12:10.328614-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e1f55b-095b-4cc3-bb84-d52f52ea10a2/?format=api"
        },
        {
            "id": "9eabf60e-6d34-45cb-9452-39220add2ec3",
            "gambit_id": "19dfe8d0-ba4e-46ed-a829-41cad47478a2",
            "last_updated": "2022-12-24T17:12:10.327465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8e1f55b-095b-4cc3-bb84-d52f52ea10a2/?format=api"
        }
    ]
}