GET /api/bet_types/ed70d76a-a260-430e-8e59-81eebc6365bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed70d76a-a260-430e-8e59-81eebc6365bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b03112a-560a-4589-a602-fe4a2b330a05/?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 Over 7.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "06a79543-c250-4d64-8b08-a11b3fb9e02a",
            "gambit_id": "b6e52f7f-13f1-413a-a0c0-41b664517f20",
            "last_updated": "2022-08-08T10:57:08.182652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed70d76a-a260-430e-8e59-81eebc6365bc/?format=api"
        },
        {
            "id": "1dcc4ce4-0e06-4bed-8322-17c240e74c12",
            "gambit_id": "f93349e9-40d7-4cf5-9b81-4bb8b7493d13",
            "last_updated": "2022-08-08T10:57:08.182175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed70d76a-a260-430e-8e59-81eebc6365bc/?format=api"
        }
    ]
}