GET /api/bet_types/a9b84a33-d697-4fb9-9405-e7fa52cc6106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9b84a33-d697-4fb9-9405-e7fa52cc6106",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fec8e86-0338-41dc-aae9-555b9e540b0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-27T09:18:10.967941-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": "Vegas Golden Knights",
                "amount": 5317.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "180d0f4a-8bd4-4180-a55a-7fc9b6214720",
            "gambit_id": "66f10785-af4c-478a-83dc-184e1a85b351",
            "last_updated": "2023-11-28T21:32:59.776482-05:00",
            "created_at": "2023-11-27T09:18:10.971875-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b84a33-d697-4fb9-9405-e7fa52cc6106/?format=api"
        },
        {
            "id": "e357fb32-c6da-418b-8fc6-4d54ecbfb6c6",
            "gambit_id": "af27a22a-9216-4313-8538-cf0ab953a67f",
            "last_updated": "2023-11-28T21:32:59.780004-05:00",
            "created_at": "2023-11-27T09:18:10.976150-05:00",
            "name": "Calgary Flames",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9b84a33-d697-4fb9-9405-e7fa52cc6106/?format=api"
        }
    ]
}