GET /api/bet_types/b20ec02d-bd5e-49b5-8212-f8242d57f130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b20ec02d-bd5e-49b5-8212-f8242d57f130",
    "match": "https://api-prod.gambitprofit.com/api/matches/c033dc98-4551-4f34-bc94-bbc18e5cb4ae/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:22.237411-05: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 Over 2.5",
                "amount": 5778.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "21c6f276-e7f2-495d-b325-7bbf0695393b",
            "gambit_id": "2bd35441-19d1-4d51-9bb8-4df0c77b9f81",
            "last_updated": "2024-02-06T09:33:13.973079-05:00",
            "created_at": "2024-02-02T10:08:22.241577-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20ec02d-bd5e-49b5-8212-f8242d57f130/?format=api"
        },
        {
            "id": "1ed19e16-292d-44ed-9e9b-7ff684853c0e",
            "gambit_id": "341222a3-73e6-4910-83aa-3ff8ba2b2bd2",
            "last_updated": "2024-02-06T09:33:13.977249-05:00",
            "created_at": "2024-02-02T10:08:22.245925-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20ec02d-bd5e-49b5-8212-f8242d57f130/?format=api"
        }
    ]
}