GET /api/bet_types/19487040-24f8-4121-bec2-189e20c6c9a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19487040-24f8-4121-bec2-189e20c6c9a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0e78119-d64c-4be0-8980-2e83d6e0c2d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:12.556233-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 Over 45",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1bbdef1-dabb-4588-959f-760cdd7cdb07",
            "gambit_id": "0c5b643f-d266-44e3-a4a3-dd67540bbb16",
            "last_updated": "2023-09-18T15:43:23.397968-04:00",
            "created_at": "2023-09-14T09:58:12.560423-04:00",
            "name": "Game Total Over 45",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19487040-24f8-4121-bec2-189e20c6c9a5/?format=api"
        },
        {
            "id": "3098b51f-6001-4395-a8a6-94f48c58d822",
            "gambit_id": "d84995a6-0056-482f-9dc7-8d3c82b7c781",
            "last_updated": "2023-09-18T15:43:23.403958-04:00",
            "created_at": "2023-09-14T09:58:12.564555-04:00",
            "name": "Game Total Under 45",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19487040-24f8-4121-bec2-189e20c6c9a5/?format=api"
        }
    ]
}