GET /api/bet_types/d613666e-da47-4178-bf08-0a1ba9eff10c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d613666e-da47-4178-bf08-0a1ba9eff10c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9791bac8-3034-4edd-867f-b81e4b08b572/?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 Over 7",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a8d3721-090b-418e-8470-2cf3eff99efc",
            "gambit_id": "252b33ce-0175-4ec5-9209-178f27082414",
            "last_updated": "2022-08-24T10:12:03.373767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d613666e-da47-4178-bf08-0a1ba9eff10c/?format=api"
        },
        {
            "id": "763baf43-d3d7-4e2b-a100-06270eb77c8a",
            "gambit_id": "a3e19738-adba-4c10-9199-6ae545341d95",
            "last_updated": "2022-08-24T10:12:03.373262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d613666e-da47-4178-bf08-0a1ba9eff10c/?format=api"
        }
    ]
}