GET /api/bet_types/1a0f0198-38e6-4849-8622-2d4a93624b63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a0f0198-38e6-4849-8622-2d4a93624b63",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edaf142-2237-4037-8cce-2a96b162eab9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8dd5c13-49bd-4b03-9614-3ea4310e2772",
            "gambit_id": "e92337df-5b13-49f9-bd18-7e316ece49ac",
            "last_updated": "2022-12-12T19:02:23.243335-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a0f0198-38e6-4849-8622-2d4a93624b63/?format=api"
        },
        {
            "id": "df10f367-ad21-4959-9858-26be459dbc03",
            "gambit_id": "b0656759-dbe4-460e-a137-e500f3c7671d",
            "last_updated": "2022-12-12T19:02:23.244407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a0f0198-38e6-4849-8622-2d4a93624b63/?format=api"
        }
    ]
}