GET /api/bet_types/e5f29381-3641-4f97-8f81-d841ecd7c61f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5f29381-3641-4f97-8f81-d841ecd7c61f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a418686b-c2ee-4b1b-b6df-327c15d128ac/?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": "Toronto Maple Leafs",
                "amount": 6235.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2a07e40-dc14-46c5-b699-a79452510c72",
            "gambit_id": "617479f5-d722-428c-bf58-896538c8fa50",
            "last_updated": "2022-10-21T20:57:28.826932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f29381-3641-4f97-8f81-d841ecd7c61f/?format=api"
        },
        {
            "id": "e9e106a0-0299-4f36-a86c-9560005c1729",
            "gambit_id": "573927b6-f324-478a-bef1-6055375e6397",
            "last_updated": "2022-10-21T20:57:28.827894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f29381-3641-4f97-8f81-d841ecd7c61f/?format=api"
        }
    ]
}