GET /api/bet_types/1bce76a0-74bc-4401-952b-a7a385bb2c98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bce76a0-74bc-4401-952b-a7a385bb2c98",
    "match": "https://api-prod.gambitprofit.com/api/matches/0640b843-0da7-40b5-9191-a714e4b0efa0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-21T08:33:16.412837-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35dc09d-5a75-4d3c-ad74-94cb1a32691b",
            "gambit_id": "e5d602ef-842d-4713-aaef-79ac7a2520d2",
            "last_updated": "2023-06-22T10:53:26.018016-04:00",
            "created_at": "2023-06-21T08:33:16.414910-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bce76a0-74bc-4401-952b-a7a385bb2c98/?format=api"
        },
        {
            "id": "327452df-eef9-411d-838c-509d38ef0443",
            "gambit_id": "cd3f9c14-a1fb-4f50-be32-164527a90230",
            "last_updated": "2023-06-22T10:53:26.020289-04:00",
            "created_at": "2023-06-21T08:33:16.416899-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bce76a0-74bc-4401-952b-a7a385bb2c98/?format=api"
        }
    ]
}