GET /api/bet_types/39b4e6ab-55b2-4f4d-b39b-e5b8067227b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39b4e6ab-55b2-4f4d-b39b-e5b8067227b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bfed7fc-15c5-485a-8343-9116cae31284/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:06.798761-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bf18696-0625-4c8e-9976-d8b0bef970c7",
            "gambit_id": "d1c1a104-3d09-476c-872d-38a2560cf7ac",
            "last_updated": "2023-07-02T10:53:16.776162-04:00",
            "created_at": "2023-06-30T08:23:06.800389-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b4e6ab-55b2-4f4d-b39b-e5b8067227b9/?format=api"
        },
        {
            "id": "3c638ff5-d5ff-42f7-adff-12d2c94f375d",
            "gambit_id": "e3a9e8f2-7e57-40b4-a2ee-88256c4be467",
            "last_updated": "2023-07-02T10:53:16.778269-04:00",
            "created_at": "2023-06-30T08:23:06.802120-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b4e6ab-55b2-4f4d-b39b-e5b8067227b9/?format=api"
        }
    ]
}