GET /api/bet_types/1a6309ec-f8a0-45fa-a8ef-fd6637329e75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a6309ec-f8a0-45fa-a8ef-fd6637329e75",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5629fce-dd15-41ce-b412-0f713cf748e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:22.103172-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "21275c29-7df0-44d1-93ea-4cd1288dac97",
            "gambit_id": "85cf5eac-a523-4784-a12b-c4775aa60b9c",
            "last_updated": "2024-01-24T20:38:20.120306-05:00",
            "created_at": "2024-01-23T09:43:22.110087-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6309ec-f8a0-45fa-a8ef-fd6637329e75/?format=api"
        },
        {
            "id": "34fb602a-c67f-4ee5-8f35-344f5bda8238",
            "gambit_id": "b7668294-6f7c-43c6-a63e-821fa628d0fb",
            "last_updated": "2024-01-24T20:38:20.123723-05:00",
            "created_at": "2024-01-23T09:43:22.116084-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6309ec-f8a0-45fa-a8ef-fd6637329e75/?format=api"
        }
    ]
}