GET /api/bet_types/960cf731-8cfe-4a98-bb81-1eccf14f763c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "960cf731-8cfe-4a98-bb81-1eccf14f763c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fc5d3ce-1f9a-4708-8e23-a467bd2d390d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T10:07:08.258879-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "656dce89-a3d1-486f-950a-3b5e3ddc4bf8",
            "gambit_id": "210c9d4e-e374-4e98-9524-2f0b95959b1e",
            "last_updated": "2023-04-09T11:47:15.998889-04:00",
            "created_at": "2023-04-08T10:07:08.261027-04:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/960cf731-8cfe-4a98-bb81-1eccf14f763c/?format=api"
        },
        {
            "id": "15f267fb-848c-4e9a-ae25-569ee3e83aab",
            "gambit_id": "5b443bbe-3a93-4ec4-9a9a-7925169ea08b",
            "last_updated": "2023-04-09T11:47:16.000850-04:00",
            "created_at": "2023-04-08T10:07:08.263130-04:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/960cf731-8cfe-4a98-bb81-1eccf14f763c/?format=api"
        }
    ]
}