GET /api/bet_types/057e49e4-ee8e-43fc-8f35-8c6804908d64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "057e49e4-ee8e-43fc-8f35-8c6804908d64",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5e342c9-bfd6-4994-96f0-a93d259d1e25/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "425283f2-650c-4ffd-b0f8-7bef289edcd9",
            "gambit_id": "4860ce71-6920-4de8-ba75-2234a096866e",
            "last_updated": "2022-10-26T10:17:15.058001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057e49e4-ee8e-43fc-8f35-8c6804908d64/?format=api"
        },
        {
            "id": "6676fef8-2730-4005-b22a-8905de7d50ad",
            "gambit_id": "309ef80a-1027-4660-92fe-9f9ff05f1c66",
            "last_updated": "2022-10-26T10:17:15.059062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057e49e4-ee8e-43fc-8f35-8c6804908d64/?format=api"
        }
    ]
}