GET /api/bet_types/f70ecdd9-7359-41d4-9ced-2e027e8cf580/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f70ecdd9-7359-41d4-9ced-2e027e8cf580",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5149ed1-7158-4b4f-bdc0-f3ebb1823a70/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:15.265814-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": "Cleveland Cavaliers",
                "amount": 6241.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee928578-f55b-4456-bc15-6347ec345b0a",
            "gambit_id": "073c3c86-d5c1-432b-a201-7cdf9f4d1faa",
            "last_updated": "2023-11-29T14:08:21.280929-05:00",
            "created_at": "2023-11-28T09:33:15.278527-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f70ecdd9-7359-41d4-9ced-2e027e8cf580/?format=api"
        },
        {
            "id": "b6e8a2f6-a1a2-43e4-8f29-a83868aeb9e7",
            "gambit_id": "b0e35a65-4701-49fc-ae32-c660733b3bcc",
            "last_updated": "2023-11-29T14:08:21.277567-05:00",
            "created_at": "2023-11-28T09:33:15.271942-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f70ecdd9-7359-41d4-9ced-2e027e8cf580/?format=api"
        }
    ]
}