GET /api/bet_types/ac52affe-af9d-4c65-bcdd-19133522e2bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac52affe-af9d-4c65-bcdd-19133522e2bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd8c4bcb-c386-4987-87da-e30279b00fc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:21:51.772931-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5b7ebc1-5f63-4e5a-a88a-c7a6613fff09",
            "gambit_id": "4f79e277-0cf1-44fe-81b9-39031ae128df",
            "last_updated": "2023-01-16T10:21:59.923708-05:00",
            "created_at": "2023-01-11T10:21:51.774033-05:00",
            "name": "Buffalo Bills",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52affe-af9d-4c65-bcdd-19133522e2bd/?format=api"
        },
        {
            "id": "23f8d878-f152-4036-8e02-162732336f34",
            "gambit_id": "b2b7e6c6-ad09-4651-9109-ed2f83648aec",
            "last_updated": "2023-01-16T10:21:59.926749-05:00",
            "created_at": "2023-01-11T10:21:51.775180-05:00",
            "name": "Miami Dolphins",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52affe-af9d-4c65-bcdd-19133522e2bd/?format=api"
        }
    ]
}