GET /api/bet_types/fe820768-6e9b-4ffc-a66e-391c40f3fd6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe820768-6e9b-4ffc-a66e-391c40f3fd6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cce31c2b-330b-4e18-b6df-4f61dc0dcddf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:56.628826-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "01738e2a-05ce-4134-b42d-3141ced61269",
            "gambit_id": "31479299-e05e-4b7b-9880-d3b0c17eb0f6",
            "last_updated": "2023-07-24T13:38:11.243910-04:00",
            "created_at": "2023-07-23T11:47:56.633163-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe820768-6e9b-4ffc-a66e-391c40f3fd6b/?format=api"
        },
        {
            "id": "1ceec4e4-b2c3-4340-b3a1-81e102dd43e1",
            "gambit_id": "9b5e0611-8b94-45a8-9ced-f383c1496b4a",
            "last_updated": "2023-07-24T13:38:11.247167-04:00",
            "created_at": "2023-07-23T11:47:56.637465-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe820768-6e9b-4ffc-a66e-391c40f3fd6b/?format=api"
        }
    ]
}