GET /api/bet_types/71cbf8a6-14de-40cf-9ab7-14392465e5c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71cbf8a6-14de-40cf-9ab7-14392465e5c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8945470c-530d-4ced-92c3-046d26df26c0/?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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0526cf82-7693-44a0-821d-50c991900907",
            "gambit_id": "513e0882-6f0b-422d-9b22-36aea3e7b1b2",
            "last_updated": "2022-11-07T10:13:03.220846-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71cbf8a6-14de-40cf-9ab7-14392465e5c7/?format=api"
        },
        {
            "id": "dd29e35b-8d5d-4f5e-82cd-7dc444b1c94b",
            "gambit_id": "84fdcb7b-8377-4e7b-9bd0-26aac26b5515",
            "last_updated": "2022-11-07T10:13:03.221876-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71cbf8a6-14de-40cf-9ab7-14392465e5c7/?format=api"
        }
    ]
}