GET /api/bet_types/9eecaf86-cde2-4854-9287-01b34720cf5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eecaf86-cde2-4854-9287-01b34720cf5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/39021401-bce3-458e-a078-e4905f04d1b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T11:33:23.937002-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": "Christian Leroy Duncan",
                "amount": 5789.0
            },
            {
                "team": "Armen Petrosyan",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "91c1ba8e-3ad8-4d06-bd5b-8b7c12900735",
            "gambit_id": "bc662c6a-fc82-4d7d-8008-a68754389bf4",
            "last_updated": "2023-06-18T20:18:30.672510-04:00",
            "created_at": "2023-06-17T11:33:23.939342-04:00",
            "name": "Christian Leroy Duncan",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eecaf86-cde2-4854-9287-01b34720cf5a/?format=api"
        },
        {
            "id": "c17fc7e6-b363-4778-a7ef-9f1ba0509b0f",
            "gambit_id": "98b1f17d-44aa-4e78-8a5e-6fb598df7a65",
            "last_updated": "2023-06-18T20:18:30.674790-04:00",
            "created_at": "2023-06-17T11:33:23.942447-04:00",
            "name": "Armen Petrosyan",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eecaf86-cde2-4854-9287-01b34720cf5a/?format=api"
        }
    ]
}