GET /api/bet_types/46be53cb-8214-4ee1-a995-7954c8b565e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46be53cb-8214-4ee1-a995-7954c8b565e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/da0d7560-b770-45f3-bbd1-f531f924a6a9/?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": "Sacramento Kings",
                "amount": 5753.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "81ace583-636a-4358-9d17-a0944c2a0219",
            "gambit_id": "1f627464-0380-4b2c-b10f-454f934c15dd",
            "last_updated": "2022-12-05T15:42:16.396274-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46be53cb-8214-4ee1-a995-7954c8b565e6/?format=api"
        },
        {
            "id": "2b69c5e9-4a80-42a6-a416-0692e9bbea87",
            "gambit_id": "f2c62390-e0ca-4423-9214-ff74417b0446",
            "last_updated": "2022-12-05T15:42:16.395306-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46be53cb-8214-4ee1-a995-7954c8b565e6/?format=api"
        }
    ]
}