GET /api/bet_types/31c48f1a-c39b-4a14-9375-51593d8f8b99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31c48f1a-c39b-4a14-9375-51593d8f8b99",
    "match": "https://api-prod.gambitprofit.com/api/matches/97225cd6-41f8-407b-8ad4-185427303b4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:09.737798-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": "TOR (K Gausman)",
                "amount": 7033.0
            },
            {
                "team": "DET (ED Rodriguez)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8722309-ac6e-4611-b4af-e8106ccbafaa",
            "gambit_id": "03ecdb82-7b39-40ce-89be-4779d3e051ea",
            "last_updated": "2023-04-13T11:02:14.174766-04:00",
            "created_at": "2023-04-12T08:57:09.740095-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c48f1a-c39b-4a14-9375-51593d8f8b99/?format=api"
        },
        {
            "id": "3b5816b7-9579-4275-8cc5-2c2eab5543e7",
            "gambit_id": "69b3c1dd-64e4-4e54-aac1-62ff7d93d74e",
            "last_updated": "2023-04-13T11:02:14.176482-04:00",
            "created_at": "2023-04-12T08:57:09.743427-04:00",
            "name": "DET (ED Rodriguez)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c48f1a-c39b-4a14-9375-51593d8f8b99/?format=api"
        }
    ]
}