GET /api/bet_types/10528c73-11a8-44c3-bf27-fc3e385fa366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10528c73-11a8-44c3-bf27-fc3e385fa366",
    "match": "https://api-prod.gambitprofit.com/api/matches/127e31f1-a667-4548-9020-5b5ba0f39612/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:22.815699-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "eac0fd87-1db0-4a56-953a-db76f0a9132c",
            "gambit_id": "a32070e1-937f-4fff-bfc5-cbea9153e7f5",
            "last_updated": "2023-09-23T20:58:09.811081-04:00",
            "created_at": "2023-09-22T09:58:22.824658-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10528c73-11a8-44c3-bf27-fc3e385fa366/?format=api"
        },
        {
            "id": "bfe031cf-675f-46d7-bfb9-8905698f1585",
            "gambit_id": "7aeca3fa-26cf-411c-bbf3-02122c562797",
            "last_updated": "2023-09-23T20:58:09.806727-04:00",
            "created_at": "2023-09-22T09:58:22.820734-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10528c73-11a8-44c3-bf27-fc3e385fa366/?format=api"
        }
    ]
}