GET /api/bet_types/5eb9abe7-9352-41db-b6e0-3a959a3f1df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eb9abe7-9352-41db-b6e0-3a959a3f1df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e710b084-3577-4140-adc0-cde1d93b82d5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:07.564898-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",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e58ec7cc-1a52-4e70-bed7-850a96a09547",
            "gambit_id": "82d9ecc3-2e51-462a-a5ed-072e4e346b02",
            "last_updated": "2023-07-03T01:08:11.035499-04:00",
            "created_at": "2023-07-01T09:23:07.567179-04:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb9abe7-9352-41db-b6e0-3a959a3f1df0/?format=api"
        },
        {
            "id": "52547d3c-1372-4e73-ac60-a8cacc0bc0ba",
            "gambit_id": "17510654-52f5-4f20-95ee-215fe8e8cae4",
            "last_updated": "2023-07-03T01:08:11.037133-04:00",
            "created_at": "2023-07-01T09:23:07.569622-04:00",
            "name": "Game Total Under 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb9abe7-9352-41db-b6e0-3a959a3f1df0/?format=api"
        }
    ]
}