GET /api/bet_types/80d79f64-fd27-4cd9-bb67-9a4f7d645d21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80d79f64-fd27-4cd9-bb67-9a4f7d645d21",
    "match": "https://api-prod.gambitprofit.com/api/matches/a50118a1-0d8e-46ff-bec5-c6fb34824233/?format=api",
    "name": "Play the Odds",
    "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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Wyoming",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4c63686-9050-48f4-80c3-8076176b4ca5",
            "gambit_id": "b1541fd6-fea8-460f-a9f0-f585d31037ff",
            "last_updated": "2022-08-28T11:27:15.281804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80d79f64-fd27-4cd9-bb67-9a4f7d645d21/?format=api"
        },
        {
            "id": "fea899b0-ea7a-4aac-a52e-f41daa674a54",
            "gambit_id": "b07ee8b4-0307-4381-b627-6e37a4bc81d9",
            "last_updated": "2022-08-28T11:27:15.282286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80d79f64-fd27-4cd9-bb67-9a4f7d645d21/?format=api"
        }
    ]
}