GET /api/bet_types/0393b243-b703-4110-89c7-5aa0628a41c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0393b243-b703-4110-89c7-5aa0628a41c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c312a0a0-981c-446d-a6ed-7dff5494a3e1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:17.671701-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf5706e1-6d75-4ae7-b256-ceb22ad6a6ef",
            "gambit_id": "afe482e4-cb61-4d70-9740-95141a3acf59",
            "last_updated": "2023-12-08T21:23:06.851581-05:00",
            "created_at": "2023-12-07T09:48:17.675518-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0393b243-b703-4110-89c7-5aa0628a41c2/?format=api"
        },
        {
            "id": "bbca8c54-39dc-4003-b850-99555d335697",
            "gambit_id": "0899e6a6-81c5-4fb1-ad32-ae2ce103a325",
            "last_updated": "2023-12-08T21:23:06.855143-05:00",
            "created_at": "2023-12-07T09:48:17.679601-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0393b243-b703-4110-89c7-5aa0628a41c2/?format=api"
        }
    ]
}