GET /api/bet_types/02c82c59-92f8-40a4-9c95-ca704be1f86e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02c82c59-92f8-40a4-9c95-ca704be1f86e",
    "match": "https://api-prod.gambitprofit.com/api/matches/855a0048-2c6d-4d6a-a6f9-6887ae04e614/?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": 5726.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4274.0
            }
        ],
        "expected_reward_tokens": 8760.78,
        "profit_sb": -239.22,
        "profit_sb_percentage": -2.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "66efad63-9db1-4adc-8d6c-fa2ca340dcee",
            "gambit_id": "033d01bd-9dd3-4c38-aafa-c8f5ec5c4ccc",
            "last_updated": "2022-11-28T11:57:10.420750-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02c82c59-92f8-40a4-9c95-ca704be1f86e/?format=api"
        },
        {
            "id": "42c696b9-9bac-4bbd-9401-7e7429a6e3a5",
            "gambit_id": "b498e7b1-c8dd-483a-8cef-f1994328b9fe",
            "last_updated": "2022-11-28T11:57:10.421973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02c82c59-92f8-40a4-9c95-ca704be1f86e/?format=api"
        }
    ]
}