GET /api/bet_types/4debd970-16c2-44f9-8d3d-028d58fff9ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4debd970-16c2-44f9-8d3d-028d58fff9ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa6e0627-29eb-4af6-8b23-707c57e3b731/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:06.232383-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": "Total Rounds Over 2.5",
                "amount": 7275.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 9237.75,
        "profit_sb": -262.25,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c52ac6d-2067-4d95-8045-5221bfbf5a60",
            "gambit_id": "67d50919-de65-4d1d-89d2-75adb98cc83a",
            "last_updated": "2024-01-23T18:38:22.117981-05:00",
            "created_at": "2024-01-19T22:23:06.236210-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4debd970-16c2-44f9-8d3d-028d58fff9ed/?format=api"
        },
        {
            "id": "148a9ea6-edbd-4d6d-9ad5-9d89961e411b",
            "gambit_id": "1b1499d5-a991-4d63-a35c-7ef2c6722f3d",
            "last_updated": "2024-01-23T18:38:22.121361-05:00",
            "created_at": "2024-01-19T22:23:06.240331-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4debd970-16c2-44f9-8d3d-028d58fff9ed/?format=api"
        }
    ]
}