GET /api/bet_types/b55592dd-9952-48f1-9757-f733b6d09a49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b55592dd-9952-48f1-9757-f733b6d09a49",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f24485-6385-42c0-b0ca-be6d0369f71b/?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 Over 2.5",
                "amount": 5380.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d99623b-ac8b-4f45-a5b1-42585aeb46ef",
            "gambit_id": "0f6b2572-f36c-4f14-b462-47e636fe36e6",
            "last_updated": "2022-08-18T10:46:53.804001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55592dd-9952-48f1-9757-f733b6d09a49/?format=api"
        },
        {
            "id": "615964ed-6835-4870-9eeb-804df5f872bf",
            "gambit_id": "a6d43f02-9163-44df-8fea-0fd7964b5e53",
            "last_updated": "2022-08-18T10:46:53.803485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55592dd-9952-48f1-9757-f733b6d09a49/?format=api"
        }
    ]
}