GET /api/bet_types/8279ac14-658e-4000-8eda-8250b914f680/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8279ac14-658e-4000-8eda-8250b914f680",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8f2fbe4-31dd-4f5e-811e-d3d73218b67f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T09:27:55.721578-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 12",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 12",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "12f57630-b78e-4ac3-9453-e91414e9eb0b",
            "gambit_id": "a1e14147-a1b7-4471-81e0-e2a4046318f1",
            "last_updated": "2023-07-31T13:03:21.652389-04:00",
            "created_at": "2023-07-29T09:27:55.726588-04:00",
            "name": "Game Total Over 12",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8279ac14-658e-4000-8eda-8250b914f680/?format=api"
        },
        {
            "id": "b91d860d-c386-458d-8b2a-bef9822ed122",
            "gambit_id": "f838bba0-5e70-4e81-aaba-78070b2e7b92",
            "last_updated": "2023-07-31T13:03:21.658003-04:00",
            "created_at": "2023-07-29T09:27:55.731345-04:00",
            "name": "Game Total Under 12",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8279ac14-658e-4000-8eda-8250b914f680/?format=api"
        }
    ]
}