GET /api/bet_types/ed5635b8-89b5-4428-ad96-185b5fef515b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed5635b8-89b5-4428-ad96-185b5fef515b",
    "match": "https://api-prod.gambitprofit.com/api/matches/58a7ad22-c9f6-4c38-bb77-3591bac85658/?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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "11f6c0d9-6e95-464b-9e47-ceb3a5c142bf",
            "gambit_id": "2e71632e-b099-494c-a7ec-0c3294b2015b",
            "last_updated": "2022-09-12T11:02:19.165643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed5635b8-89b5-4428-ad96-185b5fef515b/?format=api"
        },
        {
            "id": "ef09d487-272c-4382-9a1d-b36adbc30916",
            "gambit_id": "7929969d-71ca-4319-bd54-2845e4d11010",
            "last_updated": "2022-09-12T11:02:19.166663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed5635b8-89b5-4428-ad96-185b5fef515b/?format=api"
        }
    ]
}