GET /api/bet_types/f52e0791-f09c-47fe-9bdd-1bf9c852b555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f52e0791-f09c-47fe-9bdd-1bf9c852b555",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc06898c-5e5c-4de9-86fc-d84f64387722/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T16:02:12.320892-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a56fe5f-55da-47c6-ae83-efcfd407079d",
            "gambit_id": "25f1c11b-f14a-415f-8418-da28ec0f5ccf",
            "last_updated": "2023-03-08T10:07:27.460408-05:00",
            "created_at": "2023-03-07T16:02:12.324007-05:00",
            "name": "Game Total Over 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f52e0791-f09c-47fe-9bdd-1bf9c852b555/?format=api"
        },
        {
            "id": "f86ee458-3dc4-4287-b80e-18244fea25f0",
            "gambit_id": "80000e41-e899-4c87-9b57-c5f4ed6f0f8c",
            "last_updated": "2023-03-08T10:07:27.459204-05:00",
            "created_at": "2023-03-07T16:02:12.322586-05:00",
            "name": "Game Total Under 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f52e0791-f09c-47fe-9bdd-1bf9c852b555/?format=api"
        }
    ]
}