GET /api/bet_types/67c9d79b-3311-45ee-8b82-955f77e8e974/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67c9d79b-3311-45ee-8b82-955f77e8e974",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ededed-f2bd-482b-8351-e6b801147d45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:07:00.740786-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": "Dallas Stars",
                "amount": 7112.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "630f5135-fdfc-442a-a466-8305dfef6c7f",
            "gambit_id": "d9d21558-0419-468b-9e37-251b714d2acf",
            "last_updated": "2023-03-29T10:57:16.967331-04:00",
            "created_at": "2023-03-28T10:07:00.743773-04:00",
            "name": "Dallas Stars",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c9d79b-3311-45ee-8b82-955f77e8e974/?format=api"
        },
        {
            "id": "ffbe815b-bc31-467b-b8fd-aa6f75e9159d",
            "gambit_id": "b4db81b0-cef4-4ab3-9eea-da3c949084d3",
            "last_updated": "2023-03-29T10:57:16.965015-04:00",
            "created_at": "2023-03-28T10:07:00.742191-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c9d79b-3311-45ee-8b82-955f77e8e974/?format=api"
        }
    ]
}