GET /api/bet_types/795f608d-bab9-4ce0-aa1c-5127daadd517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "795f608d-bab9-4ce0-aa1c-5127daadd517",
    "match": "https://api-prod.gambitprofit.com/api/matches/28c256b0-4e39-4472-8219-c17adc7284e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:08.084054-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "598456eb-78b9-4b30-9f12-3d8adcb7bb45",
            "gambit_id": "6402c3a0-7c69-4e0b-b9fb-1dfe7efffc73",
            "last_updated": "2023-05-08T11:47:06.381435-04:00",
            "created_at": "2023-05-07T11:57:08.088100-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f608d-bab9-4ce0-aa1c-5127daadd517/?format=api"
        },
        {
            "id": "6729b27d-0745-4191-a6eb-c3e9c6e0d8df",
            "gambit_id": "25b08591-b924-466a-a36a-540e50af68e4",
            "last_updated": "2023-05-08T11:47:06.378936-04:00",
            "created_at": "2023-05-07T11:57:08.086050-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f608d-bab9-4ce0-aa1c-5127daadd517/?format=api"
        }
    ]
}