GET /api/bet_types/2b2bab86-77e0-414f-a44b-beef3558ebd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b2bab86-77e0-414f-a44b-beef3558ebd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7654244d-1ba8-420b-844b-2b283708bdf1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:32:09.959836-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c663e382-3c40-4d33-8c09-65afe79f435f",
            "gambit_id": "a8608d70-983c-4c7f-872a-a9057428b0e2",
            "last_updated": "2023-04-10T14:57:12.933307-04:00",
            "created_at": "2023-04-09T09:32:09.964599-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b2bab86-77e0-414f-a44b-beef3558ebd8/?format=api"
        },
        {
            "id": "0ad15a80-c63a-46f2-b8d3-ba902d5fcef0",
            "gambit_id": "04697565-ac44-4417-9fec-5ff9c44abfa8",
            "last_updated": "2023-04-10T14:57:12.929661-04:00",
            "created_at": "2023-04-09T09:32:09.962311-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b2bab86-77e0-414f-a44b-beef3558ebd8/?format=api"
        }
    ]
}