GET /api/bet_types/80856c64-1263-48bf-a180-d2014adca7a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80856c64-1263-48bf-a180-d2014adca7a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0efd5ab-161c-4096-adb6-87df307129c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:57.760098-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b41c8f4c-ca74-40a7-8f78-0989c262daae",
            "gambit_id": "88080a9d-42a4-4fb3-87e5-7499f67071d2",
            "last_updated": "2024-02-06T09:28:14.256278-05:00",
            "created_at": "2024-02-04T10:42:57.767330-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80856c64-1263-48bf-a180-d2014adca7a2/?format=api"
        },
        {
            "id": "5f079280-d6f2-4256-8c5b-90b108acc8fa",
            "gambit_id": "92608c85-b255-4744-89f8-616697611666",
            "last_updated": "2024-02-06T09:28:14.259578-05:00",
            "created_at": "2024-02-04T10:42:57.773534-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80856c64-1263-48bf-a180-d2014adca7a2/?format=api"
        }
    ]
}