GET /api/bet_types/c6f2d3f7-0b4b-4a36-b6c1-41a32eec33b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f2d3f7-0b4b-4a36-b6c1-41a32eec33b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2b141bb-6f7c-43a1-8461-a38621c32c4d/?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": "SEA (R Ray)",
                "amount": 5884.0
            },
            {
                "team": "LAA (M Lorenzen)",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 9178.68,
        "profit_sb": 178.68,
        "profit_sb_percentage": 1.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "de6321dd-c937-4174-b2bd-3d1970ab733a",
            "gambit_id": "23c33eeb-64a5-4cce-bac0-e791881f1d45",
            "last_updated": "2022-09-17T17:07:23.706884-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (R Ray)",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f2d3f7-0b4b-4a36-b6c1-41a32eec33b3/?format=api"
        },
        {
            "id": "e919f801-9ba6-4f25-9c88-ebfa76b96fec",
            "gambit_id": "6a5f600c-eca4-4720-9a24-495ea12ee05a",
            "last_updated": "2022-09-17T17:07:23.705927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (M Lorenzen)",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f2d3f7-0b4b-4a36-b6c1-41a32eec33b3/?format=api"
        }
    ]
}