GET /api/bet_types/24705481-2c05-4f71-ba12-fec80a845f94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24705481-2c05-4f71-ba12-fec80a845f94",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c642b52-8d10-40c8-9e76-1f9f1ac4f47e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:25.729103-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f98bf60-af15-4644-9069-ceda404c0ea8",
            "gambit_id": "df5a06a9-49fd-484d-8146-f808be4f4131",
            "last_updated": "2023-08-14T18:38:05.182419-04:00",
            "created_at": "2023-08-13T10:18:25.736808-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24705481-2c05-4f71-ba12-fec80a845f94/?format=api"
        },
        {
            "id": "5096f617-f0da-47a2-a3c9-46ba70d80cf8",
            "gambit_id": "505cd362-c587-47a9-a766-78c565440a1e",
            "last_updated": "2023-08-14T18:38:05.178165-04:00",
            "created_at": "2023-08-13T10:18:25.732811-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24705481-2c05-4f71-ba12-fec80a845f94/?format=api"
        }
    ]
}