GET /api/bet_types/d4376145-4c2d-40aa-b35d-cdea18f8dd4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4376145-4c2d-40aa-b35d-cdea18f8dd4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/31f35b50-9e97-40ca-b8f1-0d79bfd0f7ba/?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": "Florida Panthers",
                "amount": 5482.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f3e10d9-e8ea-4afd-bf17-9fa70fbff796",
            "gambit_id": "a5bb17e3-dbce-4600-909c-5741c3c7fe4a",
            "last_updated": "2022-12-22T20:42:22.400267-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4376145-4c2d-40aa-b35d-cdea18f8dd4c/?format=api"
        },
        {
            "id": "1404de69-4da8-4003-96b3-0f724e6877cb",
            "gambit_id": "66f36662-5c7b-4c83-9746-53ed218ab196",
            "last_updated": "2022-12-22T20:42:22.399185-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4376145-4c2d-40aa-b35d-cdea18f8dd4c/?format=api"
        }
    ]
}