GET /api/bet_types/b33a8d86-f444-4abc-9c87-2fdba1575d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b33a8d86-f444-4abc-9c87-2fdba1575d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/9552348c-b338-4151-902c-0117f3dad8d6/?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": "Alabama",
                "amount": 8524.0
            },
            {
                "team": "Arkansas",
                "amount": 1476.0
            }
        ],
        "expected_reward_tokens": 9461.16,
        "profit_sb": -38.84,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "119b0140-bc49-4d5c-a54d-f5f10938669a",
            "gambit_id": "0f1cb143-a5b5-45d2-92cd-609f560762d1",
            "last_updated": "2022-10-02T20:12:09.074794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33a8d86-f444-4abc-9c87-2fdba1575d28/?format=api"
        },
        {
            "id": "cddb3275-d208-4f71-a4de-0ca1ebd4c6d4",
            "gambit_id": "738b7f07-0640-4bba-ba67-4c6199571571",
            "last_updated": "2022-10-02T20:12:09.073794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "6.41000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33a8d86-f444-4abc-9c87-2fdba1575d28/?format=api"
        }
    ]
}