GET /api/bet_types/9712935f-e499-45e3-959d-5e78565cb6f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9712935f-e499-45e3-959d-5e78565cb6f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1622b8bc-44aa-499c-9a34-c13d56e26f9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:07.085230-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": "Carolina Hurricanes",
                "amount": 6154.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4bff760-4941-4a16-a4f4-d1ff4f771042",
            "gambit_id": "0e0b640b-96a5-4ed4-ad1e-29318eaa72fb",
            "last_updated": "2023-12-15T10:53:00.534045-05:00",
            "created_at": "2023-12-14T09:28:07.089410-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9712935f-e499-45e3-959d-5e78565cb6f4/?format=api"
        },
        {
            "id": "9f5b5187-a88a-4356-82e1-52cb0cecc6aa",
            "gambit_id": "43890497-123c-4509-8b98-9c5ffde02dd9",
            "last_updated": "2023-12-15T10:53:00.537353-05:00",
            "created_at": "2023-12-14T09:28:07.093360-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9712935f-e499-45e3-959d-5e78565cb6f4/?format=api"
        }
    ]
}