GET /api/bet_types/87affe82-9895-4f5e-bc28-f3a83c9d6e89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87affe82-9895-4f5e-bc28-f3a83c9d6e89",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b139973-faa1-429d-be7e-36e3881beb2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:16.814052-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "288bd66a-a1b3-4d22-bcb7-ef1f9727152d",
            "gambit_id": "82bd2caa-64b2-4478-b64d-fb1d569d3cc9",
            "last_updated": "2023-03-13T10:27:12.522685-04:00",
            "created_at": "2023-03-11T09:32:16.817608-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87affe82-9895-4f5e-bc28-f3a83c9d6e89/?format=api"
        },
        {
            "id": "a0f5f3d3-fad5-47be-88de-401f2ac57d7f",
            "gambit_id": "4311fa58-1c31-47b5-ada3-fd41d8ab7e97",
            "last_updated": "2023-03-13T10:27:12.520552-04:00",
            "created_at": "2023-03-11T09:32:16.815959-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87affe82-9895-4f5e-bc28-f3a83c9d6e89/?format=api"
        }
    ]
}