GET /api/bet_types/d64e92fe-27a6-4e06-99d5-f82814703d7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d64e92fe-27a6-4e06-99d5-f82814703d7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/67edf186-337b-400f-b52a-ad0288122b02/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T13:03:04.825848-04: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": "Dakota Highpine",
                "amount": 5263.0
            },
            {
                "team": "Ryan Ibsen",
                "amount": 4737.0
            }
        ],
        "expected_reward_tokens": 8526.06,
        "profit_sb": -973.94,
        "profit_sb_percentage": -10.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "878e7406-c5a9-4707-a92e-3257cb367f7d",
            "gambit_id": "996b40bc-d136-4186-b8da-1e502835c934",
            "last_updated": "2023-06-11T10:08:25.613146-04:00",
            "created_at": "2023-06-09T13:03:04.831885-04:00",
            "name": "Dakota Highpine",
            "reward": "1.62000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d64e92fe-27a6-4e06-99d5-f82814703d7e/?format=api"
        },
        {
            "id": "b52f160d-e994-4e58-8266-62bdc6956d09",
            "gambit_id": "eee9ac7f-e979-4804-a583-d2ab8fec6a3c",
            "last_updated": "2023-06-11T10:08:25.611527-04:00",
            "created_at": "2023-06-09T13:03:04.829573-04:00",
            "name": "Ryan Ibsen",
            "reward": "1.80000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d64e92fe-27a6-4e06-99d5-f82814703d7e/?format=api"
        }
    ]
}