GET /api/bet_types/5e830852-b2dd-4d97-bb8d-23d69975df39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e830852-b2dd-4d97-bb8d-23d69975df39",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de961d0-8852-4fe2-9fd7-29f1d9f4d0bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:01.994543-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "89e8cc6b-af87-4010-82ef-6f66421da839",
            "gambit_id": "a5d5cd03-9253-4677-827f-6b0c22324452",
            "last_updated": "2023-04-18T12:12:09.791864-04:00",
            "created_at": "2023-04-17T11:42:01.999711-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e830852-b2dd-4d97-bb8d-23d69975df39/?format=api"
        },
        {
            "id": "2d9fb905-e2b9-4cb7-8987-205d21d2fdc4",
            "gambit_id": "4433c7ee-3911-4960-b673-c44a7191322a",
            "last_updated": "2023-04-18T12:12:09.789475-04:00",
            "created_at": "2023-04-17T11:42:01.997150-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e830852-b2dd-4d97-bb8d-23d69975df39/?format=api"
        }
    ]
}