GET /api/bet_types/2c317b96-740c-474e-8753-05a03709bcda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c317b96-740c-474e-8753-05a03709bcda",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2dd389-d919-4033-b289-73b06fa44dff/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:10.546730-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f44dbc4-6a40-48cc-8d1f-01b46e048e82",
            "gambit_id": "ac850133-4354-4553-916e-6df4f61917cd",
            "last_updated": "2024-02-07T01:53:02.324107-05:00",
            "created_at": "2024-02-06T09:08:10.552213-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c317b96-740c-474e-8753-05a03709bcda/?format=api"
        },
        {
            "id": "142ec656-1cdc-4bcc-8c18-4c227e25c23a",
            "gambit_id": "d1a8b741-9b67-4405-bcb3-24e3a8cde6b9",
            "last_updated": "2024-02-07T01:53:02.327704-05:00",
            "created_at": "2024-02-06T09:08:10.556984-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c317b96-740c-474e-8753-05a03709bcda/?format=api"
        }
    ]
}