GET /api/bet_types/a2f055af-8c3f-4d05-885c-df8a0718a5e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2f055af-8c3f-4d05-885c-df8a0718a5e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d15fc0-5240-4655-8438-e645966541af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-07T08:38:23.692906-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": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "59982d2e-569c-4d8c-8e44-e5ff7aa18b18",
            "gambit_id": "1f0ea290-d359-4f59-afe1-df1758111ced",
            "last_updated": "2023-11-10T12:58:26.962823-05:00",
            "created_at": "2023-11-07T08:38:23.697387-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2f055af-8c3f-4d05-885c-df8a0718a5e9/?format=api"
        },
        {
            "id": "abd7e61c-0d0d-4ae6-959e-b44940957770",
            "gambit_id": "d4a67fd1-897e-4b64-b521-ab3eb7caceec",
            "last_updated": "2023-11-10T12:58:26.959508-05:00",
            "created_at": "2023-11-07T08:38:23.701972-05:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2f055af-8c3f-4d05-885c-df8a0718a5e9/?format=api"
        }
    ]
}