GET /api/bet_types/b4645dd0-cc2b-4cf3-9915-af3358eb02a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4645dd0-cc2b-4cf3-9915-af3358eb02a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/abd824c4-39df-4dd5-984a-bf071a198e1a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T10:07:12.727652-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cce417a2-0489-4727-97ff-dff752d4f642",
            "gambit_id": "dd9dec4e-942c-4bcd-8423-bec7a0280585",
            "last_updated": "2023-03-18T14:57:14.333039-04:00",
            "created_at": "2023-03-17T10:07:12.730560-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4645dd0-cc2b-4cf3-9915-af3358eb02a1/?format=api"
        },
        {
            "id": "dbbb7f55-075f-40da-a172-845aae1ad5a6",
            "gambit_id": "391c2749-9346-40d8-a7d0-3d5bf2c9d875",
            "last_updated": "2023-03-18T14:57:14.332045-04:00",
            "created_at": "2023-03-17T10:07:12.729049-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4645dd0-cc2b-4cf3-9915-af3358eb02a1/?format=api"
        }
    ]
}