GET /api/bet_types/efdef8bd-4f72-4771-91cc-576ad8e1e343/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efdef8bd-4f72-4771-91cc-576ad8e1e343",
    "match": "https://api-prod.gambitprofit.com/api/matches/e242ec8e-3eef-489d-a79f-75e72c547c1b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:16.912846-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": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa801c2a-f578-454c-9209-a790cb3b07bd",
            "gambit_id": "3354c015-a300-4b02-a504-52b75fd06f20",
            "last_updated": "2022-12-28T21:32:12.909595-05:00",
            "created_at": "2022-12-27T08:57:16.914854-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdef8bd-4f72-4771-91cc-576ad8e1e343/?format=api"
        },
        {
            "id": "6419a083-6767-4ef7-908c-7ddf28e8f7cd",
            "gambit_id": "00a38e07-e445-47ac-91d5-67f0032cdf01",
            "last_updated": "2022-12-28T21:32:12.910727-05:00",
            "created_at": "2022-12-27T08:57:16.916730-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdef8bd-4f72-4771-91cc-576ad8e1e343/?format=api"
        }
    ]
}