GET /api/bet_types/46b5b182-8757-4f23-a2ff-9c7596ff7beb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46b5b182-8757-4f23-a2ff-9c7596ff7beb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0020ef28-e309-40dc-97ed-35ba3de6aa52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:13:00.333748-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": "Arizona Coyotes",
                "amount": 5423.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "344028a3-6341-4d4c-8630-922e3e14ca66",
            "gambit_id": "f218cb90-8437-473d-9fa8-0f515e5129ec",
            "last_updated": "2023-12-26T15:23:13.412545-05:00",
            "created_at": "2023-12-23T09:13:00.337316-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b5b182-8757-4f23-a2ff-9c7596ff7beb/?format=api"
        },
        {
            "id": "d0709e2e-919e-435a-a549-c9ceb32b543a",
            "gambit_id": "f889edf8-286d-402d-9aa4-ca24f5f31c16",
            "last_updated": "2023-12-26T15:23:13.416312-05:00",
            "created_at": "2023-12-23T09:13:00.341502-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b5b182-8757-4f23-a2ff-9c7596ff7beb/?format=api"
        }
    ]
}