GET /api/bet_types/85b76850-5afa-4114-bc41-0803107ca966/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85b76850-5afa-4114-bc41-0803107ca966",
    "match": "https://api-prod.gambitprofit.com/api/matches/30d14f6f-c19b-4515-a803-121eac6c1205/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:07.518178-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 Under 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd408bf5-8190-4813-8946-cc8daa78c8cc",
            "gambit_id": "56cbb370-b451-4e9e-b004-fe44e4fceb15",
            "last_updated": "2023-11-06T09:18:29.084369-05:00",
            "created_at": "2023-11-04T09:48:07.525802-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b76850-5afa-4114-bc41-0803107ca966/?format=api"
        },
        {
            "id": "e788df3e-c4f4-4908-861e-0498a3478d70",
            "gambit_id": "84bc5963-a70e-4f10-b683-d813ff3c4744",
            "last_updated": "2023-11-06T09:18:29.080681-05:00",
            "created_at": "2023-11-04T09:48:07.521703-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b76850-5afa-4114-bc41-0803107ca966/?format=api"
        }
    ]
}