GET /api/bet_types/e985423e-7be0-495a-bd38-3cad97f32a8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e985423e-7be0-495a-bd38-3cad97f32a8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f59c079-2f81-4ed0-ad41-b4318b596e7d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:00.438290-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": "Game Total Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "95d50d18-bf82-4499-b168-0786e20f52d8",
            "gambit_id": "40da1d4b-c1c5-47d4-90d4-2c638114b180",
            "last_updated": "2023-04-03T20:27:19.663697-04:00",
            "created_at": "2023-04-02T13:52:00.440948-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985423e-7be0-495a-bd38-3cad97f32a8f/?format=api"
        },
        {
            "id": "618a4a5c-1a2f-4e4f-add7-bb1649cf5628",
            "gambit_id": "04d16cd2-46ff-4d2b-914a-14af989077a6",
            "last_updated": "2023-04-03T20:27:19.665984-04:00",
            "created_at": "2023-04-02T13:52:00.443443-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e985423e-7be0-495a-bd38-3cad97f32a8f/?format=api"
        }
    ]
}