GET /api/bet_types/d70703e0-cae9-4b7d-a892-6890a03941ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d70703e0-cae9-4b7d-a892-6890a03941ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/13478da8-6821-437f-8e3e-882347ff6876/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:52:00.605542-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": "Total Rounds Over 4.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef4ad39f-bfb8-400c-8d77-f6328541e609",
            "gambit_id": "dea39b17-7e7b-4e2c-a975-33415e1bb635",
            "last_updated": "2023-03-20T10:01:58.306583-04:00",
            "created_at": "2023-03-18T08:52:00.611332-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70703e0-cae9-4b7d-a892-6890a03941ec/?format=api"
        },
        {
            "id": "074bd727-3fc8-40bb-99ef-7ac1f18a8fe0",
            "gambit_id": "add54bdf-5c27-4029-8397-b09b136ebf05",
            "last_updated": "2023-03-20T10:01:58.303991-04:00",
            "created_at": "2023-03-18T08:52:00.608830-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70703e0-cae9-4b7d-a892-6890a03941ec/?format=api"
        }
    ]
}