GET /api/bet_types/1f417a90-4433-48bc-abad-2b00b37efba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f417a90-4433-48bc-abad-2b00b37efba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/703c0d35-0498-45de-ac6e-ae5596f36088/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-18T11:47:13.923376-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 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d929b9e-09af-4095-b353-3c446830ab0b",
            "gambit_id": "5366e65b-28a2-4196-a615-c1e21850b36d",
            "last_updated": "2023-05-19T11:02:17.427804-04:00",
            "created_at": "2023-05-18T11:47:13.924752-04:00",
            "name": "Game Total Under 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f417a90-4433-48bc-abad-2b00b37efba8/?format=api"
        },
        {
            "id": "c61b5ede-7a30-4738-929b-9685cd277629",
            "gambit_id": "97ea348c-cfff-4948-a4cc-e31575cc6b28",
            "last_updated": "2023-05-19T11:02:17.425283-04:00",
            "created_at": "2023-05-18T11:47:13.927184-04:00",
            "name": "Game Total Over 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f417a90-4433-48bc-abad-2b00b37efba8/?format=api"
        }
    ]
}