GET /api/bet_types/5dcacc45-1cde-4766-900e-1e3209df38f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dcacc45-1cde-4766-900e-1e3209df38f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3c3a559-d08a-4a68-baec-2f86abdecde5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T08:18:15.039413-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0a2fc4d-af60-4daf-bc3c-4c17be153b74",
            "gambit_id": "169ef65a-efec-4edc-9c1e-6cd0098d2b83",
            "last_updated": "2023-08-31T09:33:09.001577-04:00",
            "created_at": "2023-08-30T08:18:15.048414-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcacc45-1cde-4766-900e-1e3209df38f3/?format=api"
        },
        {
            "id": "133fd1a2-e453-430e-8ffb-8e5421249a8b",
            "gambit_id": "cf5e7f02-7ce5-42b2-8062-619380de46ee",
            "last_updated": "2023-08-31T09:33:08.998413-04:00",
            "created_at": "2023-08-30T08:18:15.043295-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcacc45-1cde-4766-900e-1e3209df38f3/?format=api"
        }
    ]
}