GET /api/bet_types/cd88dc79-501f-490f-a5f3-a8716e20478f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd88dc79-501f-490f-a5f3-a8716e20478f",
    "match": "https://api-prod.gambitprofit.com/api/matches/594aba08-f8f9-4967-b800-bfd6746abb11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T10:23:20.434337-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": "Total Rounds Under 2.5",
                "amount": 5095.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": -329.0,
        "profit_sb_percentage": -3.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0243fc71-888b-499b-ac47-d7afd167673f",
            "gambit_id": "924c88a9-c454-40d2-8e4c-7f67b4b5e17c",
            "last_updated": "2023-07-03T10:58:19.159158-04:00",
            "created_at": "2023-07-01T10:23:20.438448-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd88dc79-501f-490f-a5f3-a8716e20478f/?format=api"
        },
        {
            "id": "e180aa27-34a2-4992-8961-5d04f64ea6a0",
            "gambit_id": "f1863462-46d0-4bf1-b1b5-a12d5fde90d4",
            "last_updated": "2023-07-03T10:58:19.157566-04:00",
            "created_at": "2023-07-01T10:23:20.436469-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd88dc79-501f-490f-a5f3-a8716e20478f/?format=api"
        }
    ]
}