GET /api/bet_types/dc2650bf-bcf7-460f-911d-fe934727a96b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc2650bf-bcf7-460f-911d-fe934727a96b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2758b2-4988-49f6-89f2-14d871186124/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:09.085232-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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dd2f0e0-d8d5-4aa6-97d7-1fd5c4e1494d",
            "gambit_id": "8f4725a4-5fca-4b39-811c-5050ce2ebf3b",
            "last_updated": "2023-11-28T21:38:00.829426-05:00",
            "created_at": "2023-11-27T09:18:09.089616-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2650bf-bcf7-460f-911d-fe934727a96b/?format=api"
        },
        {
            "id": "2abc095d-1585-4fc9-9e61-49d85ffdc1a8",
            "gambit_id": "2e7d726d-c49b-4b38-85f3-a85b9af5ccb6",
            "last_updated": "2023-11-28T21:38:00.832649-05:00",
            "created_at": "2023-11-27T09:18:09.093990-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2650bf-bcf7-460f-911d-fe934727a96b/?format=api"
        }
    ]
}