GET /api/bet_types/f956919d-3e29-45c2-8058-a806af8f90ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f956919d-3e29-45c2-8058-a806af8f90ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f80390d-5bd6-496a-b08b-84596de7cee6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:57.060732-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 Over 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "0009968c-bd05-46bc-8d3b-b8a691da2449",
            "gambit_id": "3ad26cdf-bc9a-4327-832d-05bf311bc1e1",
            "last_updated": "2023-01-24T09:41:52.938618-05:00",
            "created_at": "2023-01-23T09:11:57.063314-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f956919d-3e29-45c2-8058-a806af8f90ac/?format=api"
        },
        {
            "id": "a47fb9bc-f5dd-4718-8f2c-9c0beb984f7c",
            "gambit_id": "c6c00a5b-b5c4-40a3-9ed1-523db27bc3bd",
            "last_updated": "2023-01-24T09:41:52.937050-05:00",
            "created_at": "2023-01-23T09:11:57.062045-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f956919d-3e29-45c2-8058-a806af8f90ac/?format=api"
        }
    ]
}