GET /api/bet_types/76d420c2-1038-4cd6-9fe3-0b5b56ed55f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76d420c2-1038-4cd6-9fe3-0b5b56ed55f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a974afe-9f6b-4456-944d-4341da3fe4d0/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ce5c6f1-6f58-449e-83e1-75902b03831e",
            "gambit_id": "c9b01ff9-9d2c-4cb6-b547-77aed0f9f80e",
            "last_updated": "2022-12-20T15:57:22.361979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76d420c2-1038-4cd6-9fe3-0b5b56ed55f0/?format=api"
        },
        {
            "id": "20134d85-05fb-4ba3-b717-df2515d63cd3",
            "gambit_id": "85047d46-b87b-4312-9d86-995149ad53b8",
            "last_updated": "2022-12-20T15:57:22.360769-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76d420c2-1038-4cd6-9fe3-0b5b56ed55f0/?format=api"
        }
    ]
}