GET /api/bet_types/29fd867f-5c06-45a1-af53-2e2536726be7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29fd867f-5c06-45a1-af53-2e2536726be7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cf074b5-c64e-4653-9840-b7d75ac60d74/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 2.5",
                "amount": 5152.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4848.0
            }
        ],
        "expected_reward_tokens": 9016.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "81b048d1-5e1c-4470-ad80-2425486df2f9",
            "gambit_id": "d2f329dc-1aab-4bf8-bc61-04c93f83bad3",
            "last_updated": "2022-08-31T18:32:13.690628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.75000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd867f-5c06-45a1-af53-2e2536726be7/?format=api"
        },
        {
            "id": "456ad764-2401-48c4-9a62-0b0fc0436299",
            "gambit_id": "e1496eef-a937-4765-86db-0e44d5cb9678",
            "last_updated": "2022-08-31T18:32:13.691231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd867f-5c06-45a1-af53-2e2536726be7/?format=api"
        }
    ]
}