GET /api/bet_types/31cf5eea-f79a-4982-9864-0d43cabc41b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31cf5eea-f79a-4982-9864-0d43cabc41b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/516fc281-7161-4496-8064-17673839fa45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:11.082797-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 Under 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "79fa005f-4ad4-407e-b8dc-08c2b0d99054",
            "gambit_id": "e14fee6f-fe8c-41ae-8e4d-8a837c39fef5",
            "last_updated": "2023-04-13T10:57:14.120131-04:00",
            "created_at": "2023-04-12T08:57:11.084872-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cf5eea-f79a-4982-9864-0d43cabc41b5/?format=api"
        },
        {
            "id": "0aada76d-5331-455d-bb3b-7f7f4fe71f5a",
            "gambit_id": "1ef61670-f9b9-43be-bac1-3f5e4301bff6",
            "last_updated": "2023-04-13T10:57:14.121513-04:00",
            "created_at": "2023-04-12T08:57:11.087375-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cf5eea-f79a-4982-9864-0d43cabc41b5/?format=api"
        }
    ]
}