GET /api/bet_types/22fc7c5a-8856-4260-a50f-05f46d3bfa04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22fc7c5a-8856-4260-a50f-05f46d3bfa04",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e9db30c-2025-4f49-a02b-eeeea3b55431/?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": "Wisconsin",
                "amount": 7474.0
            },
            {
                "team": "Nebraska",
                "amount": 2526.0
            }
        ],
        "expected_reward_tokens": 9193.02,
        "profit_sb": 193.02,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "a12a006b-4550-4fd7-a0ec-ab35e686de75",
            "gambit_id": "89098c11-2696-4085-b685-d07d5460bcbc",
            "last_updated": "2022-11-21T10:33:20.583033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22fc7c5a-8856-4260-a50f-05f46d3bfa04/?format=api"
        },
        {
            "id": "e00e2577-85b7-43b5-9b59-149e93ff4286",
            "gambit_id": "21e4987f-c753-41e6-8c6b-e88eefefa2b7",
            "last_updated": "2022-11-21T10:33:20.581873-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22fc7c5a-8856-4260-a50f-05f46d3bfa04/?format=api"
        }
    ]
}