GET /api/bet_types/bc808a5d-b940-45f6-93b9-1620bf46d040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc808a5d-b940-45f6-93b9-1620bf46d040",
    "match": "https://api-prod.gambitprofit.com/api/matches/50bf8659-9b72-47db-a934-cb087e2190cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:12.921228-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "68cca549-8fcd-438b-89ac-f016396b09cf",
            "gambit_id": "a168d555-c289-4d57-bd86-8f3274f6d4f5",
            "last_updated": "2023-01-18T09:26:57.883894-05:00",
            "created_at": "2023-01-17T09:27:12.923734-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc808a5d-b940-45f6-93b9-1620bf46d040/?format=api"
        },
        {
            "id": "2aa4989e-f7f6-4806-adeb-49bad834da83",
            "gambit_id": "a1d22bdb-435f-4815-ae23-50a3f0c53d72",
            "last_updated": "2023-01-18T09:26:57.882825-05:00",
            "created_at": "2023-01-17T09:27:12.922343-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc808a5d-b940-45f6-93b9-1620bf46d040/?format=api"
        }
    ]
}