GET /api/bet_types/0b0ca44e-466f-4d78-bc55-88966d8526f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b0ca44e-466f-4d78-bc55-88966d8526f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/76c82677-a13b-4429-83d7-d8cc72e8d6aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:53:05.712708-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": "Total Rounds Under 1.5",
                "amount": 7040.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 2960.0
            }
        ],
        "expected_reward_tokens": 9292.8,
        "profit_sb": -207.2,
        "profit_sb_percentage": -2.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4c3f267-6e4a-4cdc-80d0-d99e2ed1f104",
            "gambit_id": "f4a1e5ae-9a7e-47e8-9771-2ac1633e72f0",
            "last_updated": "2023-11-06T21:33:16.741057-05:00",
            "created_at": "2023-11-04T09:53:05.720339-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0ca44e-466f-4d78-bc55-88966d8526f0/?format=api"
        },
        {
            "id": "98fbbba9-d2f9-44df-a6f9-50367c14a186",
            "gambit_id": "44966f43-acb9-4cdb-9821-5502763035e3",
            "last_updated": "2023-11-06T21:33:16.737886-05:00",
            "created_at": "2023-11-04T09:53:05.716359-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0ca44e-466f-4d78-bc55-88966d8526f0/?format=api"
        }
    ]
}