GET /api/bet_types/f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca483e4e-b2e7-4cf2-bc3f-93b9901cabf9",
            "gambit_id": "77c42457-1f19-4a9b-bcd0-4d48e3c70b05",
            "last_updated": "2022-10-27T11:47:08.604804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0/?format=api"
        },
        {
            "id": "f14a1d75-0a3a-4e02-865a-8a476e53fe31",
            "gambit_id": "bdca8ea2-290a-463c-88ca-2a5e0f6914bb",
            "last_updated": "2022-10-27T11:47:08.606033-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0/?format=api"
        }
    ]
}