GET /api/bet_types/059b2f89-8e2c-4466-8a9b-d8215e5592d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "059b2f89-8e2c-4466-8a9b-d8215e5592d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/94cddb68-4559-4c1f-8abe-f332776ced25/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T10:56:57.762671-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": "Game Total Over 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c15563d-384a-450a-a497-3767989faa01",
            "gambit_id": "737785d4-ac28-4669-8738-2e3527fbeb0e",
            "last_updated": "2023-01-27T10:07:12.964615-05:00",
            "created_at": "2023-01-26T10:56:57.765268-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059b2f89-8e2c-4466-8a9b-d8215e5592d6/?format=api"
        },
        {
            "id": "f4239ab0-dea1-46dd-92b6-a113f74864d4",
            "gambit_id": "35c5433c-761a-4784-a0f1-ce372feb31d8",
            "last_updated": "2023-01-27T10:07:12.963476-05:00",
            "created_at": "2023-01-26T10:56:57.763894-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059b2f89-8e2c-4466-8a9b-d8215e5592d6/?format=api"
        }
    ]
}