GET /api/bet_types/1ce28fd0-8314-4204-b58e-04cb06ea75b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ce28fd0-8314-4204-b58e-04cb06ea75b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dcb5bf9-4dcb-4805-93c9-acc16ee910a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:11.209504-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5fe13de-dd28-4a1a-8ee7-2f8a78b70ad0",
            "gambit_id": "80c0f191-417b-4832-ac41-1f689c9df515",
            "last_updated": "2023-10-31T19:53:04.767757-04:00",
            "created_at": "2023-10-30T08:58:11.213015-04:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce28fd0-8314-4204-b58e-04cb06ea75b7/?format=api"
        },
        {
            "id": "f186ccdd-6d10-41fe-83ff-6828beb2b2ec",
            "gambit_id": "95503377-ff7f-4dbe-b3a6-58739950c8ca",
            "last_updated": "2023-10-31T19:53:04.771393-04:00",
            "created_at": "2023-10-30T08:58:11.216767-04:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce28fd0-8314-4204-b58e-04cb06ea75b7/?format=api"
        }
    ]
}