GET /api/bet_types/129af96f-20ca-4121-83aa-d8134fa04c4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "129af96f-20ca-4121-83aa-d8134fa04c4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0116dc71-ee98-4896-ad8b-ec4187fd4477/?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": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a68ed33-e1ea-4806-85dc-86ce3f9d5d53",
            "gambit_id": "ca335099-3e01-4c1b-a03c-db6f06a2e4c6",
            "last_updated": "2022-12-14T10:22:17.302664-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129af96f-20ca-4121-83aa-d8134fa04c4a/?format=api"
        },
        {
            "id": "d29332ad-3f1b-4911-8661-2549cd9f4924",
            "gambit_id": "76c78d30-310a-4534-a34d-c9e5905399d9",
            "last_updated": "2022-12-14T10:22:17.303715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/129af96f-20ca-4121-83aa-d8134fa04c4a/?format=api"
        }
    ]
}