GET /api/bet_types/cfc5233f-3a13-4808-977d-65d311e93b0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfc5233f-3a13-4808-977d-65d311e93b0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/74bb58c5-0099-4f9f-b5c7-6ba485ca9cb8/?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": "Brooklyn Nets",
                "amount": 5098.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "31a072cb-15e4-4ad8-84df-e0fdef30f73a",
            "gambit_id": "af8b7cb0-1fef-42e9-a9d0-1dc500cb18c3",
            "last_updated": "2022-12-19T13:21:54.001227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc5233f-3a13-4808-977d-65d311e93b0e/?format=api"
        },
        {
            "id": "f42aa438-192b-49c5-81d2-d6940c47b94b",
            "gambit_id": "7dd083b4-3620-42ac-b370-17ccb4b29f03",
            "last_updated": "2022-12-19T13:21:54.000136-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc5233f-3a13-4808-977d-65d311e93b0e/?format=api"
        }
    ]
}