GET /api/bet_types/56a7a5bc-3f7f-4f88-9e9d-b2ca7c198840/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56a7a5bc-3f7f-4f88-9e9d-b2ca7c198840",
    "match": "https://api-prod.gambitprofit.com/api/matches/21491298-3ab6-41b2-9bad-0c8c57a4defc/?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 (J Urias)",
                "amount": 6783.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 3217.0
            }
        ],
        "expected_reward_tokens": 9360.54,
        "profit_sb": 360.54,
        "profit_sb_percentage": 4.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "1de30cd3-cf22-4e27-aac9-6e05a646b04e",
            "gambit_id": "a13e4500-a1e6-49d0-98d5-91c87f153459",
            "last_updated": "2022-08-10T10:01:58.395423-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a7a5bc-3f7f-4f88-9e9d-b2ca7c198840/?format=api"
        },
        {
            "id": "a4d493c6-0895-4f59-96b7-0469b7d994a9",
            "gambit_id": "25361a78-a098-4eeb-aca4-af52cb64d040",
            "last_updated": "2022-08-10T10:01:58.395864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Ryan)",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a7a5bc-3f7f-4f88-9e9d-b2ca7c198840/?format=api"
        }
    ]
}