GET /api/bet_types/cd99c293-e2da-454e-ab46-a8a62af3aff7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd99c293-e2da-454e-ab46-a8a62af3aff7",
    "match": "https://api-prod.gambitprofit.com/api/matches/87d599d4-9bca-4fb0-ac3d-ce35efc22a0a/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "83780624-f8d3-495a-9d4b-d7e988b533ae",
            "gambit_id": "035c58fc-e464-42af-96a1-bcaaf3369405",
            "last_updated": "2022-10-24T10:02:11.075716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd99c293-e2da-454e-ab46-a8a62af3aff7/?format=api"
        },
        {
            "id": "f21fa5ec-6648-46af-bf8a-25d0f0159181",
            "gambit_id": "fd496810-34d5-495a-8a00-168a9f010c02",
            "last_updated": "2022-10-24T10:02:11.076710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd99c293-e2da-454e-ab46-a8a62af3aff7/?format=api"
        }
    ]
}