GET /api/bet_types/8bea6806-986a-4d94-8b90-2418da6634ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bea6806-986a-4d94-8b90-2418da6634ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/407e7dd8-b7ef-46f3-b3af-a3674ca83a83/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:25.259821-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 Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5e934c-f377-4f97-88c3-123af59cd6e1",
            "gambit_id": "7becaf9b-7c72-40c8-9c73-92b1993ed512",
            "last_updated": "2024-01-17T22:18:10.562133-05:00",
            "created_at": "2024-01-15T10:23:25.277048-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bea6806-986a-4d94-8b90-2418da6634ad/?format=api"
        },
        {
            "id": "1c72cd21-281b-4a19-9ac9-4af0bf288450",
            "gambit_id": "92a35d02-3edc-49ef-b6e9-6ec1403af405",
            "last_updated": "2024-01-17T22:18:10.558059-05:00",
            "created_at": "2024-01-15T10:23:25.264033-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bea6806-986a-4d94-8b90-2418da6634ad/?format=api"
        }
    ]
}