GET /api/bet_types/9f93cbff-bcfe-4442-885e-ca8edbd5887a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f93cbff-bcfe-4442-885e-ca8edbd5887a",
    "match": "https://api-prod.gambitprofit.com/api/matches/669c6757-a754-4b77-899d-79d19426b7f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T14:26:50.515613-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d741f31-7d8c-4118-9c76-593b900bd7f7",
            "gambit_id": "7524d24d-daed-4d31-b1c8-318017d12407",
            "last_updated": "2023-04-07T20:37:08.237943-04:00",
            "created_at": "2023-04-06T14:26:50.520715-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f93cbff-bcfe-4442-885e-ca8edbd5887a/?format=api"
        },
        {
            "id": "c169ff53-752b-40f0-b6c5-93a5998c3748",
            "gambit_id": "c4f3f29d-f2a3-42bc-a3d8-8686882b6730",
            "last_updated": "2023-04-07T20:37:08.236322-04:00",
            "created_at": "2023-04-06T14:26:50.517968-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f93cbff-bcfe-4442-885e-ca8edbd5887a/?format=api"
        }
    ]
}