GET /api/bet_types/f2c1effe-2df9-4c68-b1a8-be01ed151b75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2c1effe-2df9-4c68-b1a8-be01ed151b75",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f2cc301-b76e-48dd-b358-3c687bdb0527/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:57.839205-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d111a44b-13f6-4a0c-a9bc-ed20a84174de",
            "gambit_id": "65fb8da8-05b9-4b58-806c-a0206e17fa7a",
            "last_updated": "2023-01-15T15:32:20.354842-05:00",
            "created_at": "2023-01-14T08:26:57.845615-05:00",
            "name": "Game Total Over 232",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c1effe-2df9-4c68-b1a8-be01ed151b75/?format=api"
        },
        {
            "id": "40a1e653-18c0-4710-976d-15dd21ffa7a3",
            "gambit_id": "95ac088e-566b-45f8-8a3a-ae02945b0be3",
            "last_updated": "2023-01-15T15:32:20.350343-05:00",
            "created_at": "2023-01-14T08:26:57.842254-05:00",
            "name": "Game Total Under 232",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c1effe-2df9-4c68-b1a8-be01ed151b75/?format=api"
        }
    ]
}