GET /api/bet_types/5497987f-f305-4623-a84e-159ba43dcf4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5497987f-f305-4623-a84e-159ba43dcf4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63092b7-6439-4798-b084-a5fcbc9a8788/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:08.599968-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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bddf1a7-5a38-41d3-9c74-853ca6742ad8",
            "gambit_id": "c3e0f8c9-e041-4745-a230-ae5e23dca3ac",
            "last_updated": "2023-11-20T19:43:03.469808-05:00",
            "created_at": "2023-11-16T09:28:08.606303-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5497987f-f305-4623-a84e-159ba43dcf4e/?format=api"
        },
        {
            "id": "98004ee7-5852-4442-85e0-abeac2f034c9",
            "gambit_id": "015d2a7e-7144-41ae-b28e-66bfa9efda7d",
            "last_updated": "2023-11-20T19:43:03.472943-05:00",
            "created_at": "2023-11-16T09:28:08.615108-05:00",
            "name": "Houston Texans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5497987f-f305-4623-a84e-159ba43dcf4e/?format=api"
        }
    ]
}