GET /api/bet_types/9ebf4d12-4a9c-4161-aad9-037897d33b26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ebf4d12-4a9c-4161-aad9-037897d33b26",
    "match": "https://api-prod.gambitprofit.com/api/matches/048020cf-d6d2-4545-8fd3-eb64fa8b02d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:04.276672-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "20474f9f-da5f-45c7-9dc0-c8ad4cd09cfc",
            "gambit_id": "169d83e5-b203-4130-82cc-0f071e43d8ac",
            "last_updated": "2023-01-30T17:46:55.935657-05:00",
            "created_at": "2023-01-28T09:42:04.277932-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ebf4d12-4a9c-4161-aad9-037897d33b26/?format=api"
        },
        {
            "id": "154e0956-4bf6-49f8-9f72-4f4d3644ea15",
            "gambit_id": "817bfb04-02a0-4419-b366-cd48a5be2b10",
            "last_updated": "2023-01-30T17:46:55.936903-05:00",
            "created_at": "2023-01-28T09:42:04.279181-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ebf4d12-4a9c-4161-aad9-037897d33b26/?format=api"
        }
    ]
}