GET /api/bet_types/4a68f7cb-d8cf-4fe7-9590-8869c1c422b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a68f7cb-d8cf-4fe7-9590-8869c1c422b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/653b0ffd-5921-42f0-98c0-950b60e71592/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.187900-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": "Ottawa Senators",
                "amount": 6166.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f552aa9-6688-46d4-9e97-6ee439d5195c",
            "gambit_id": "58bee72a-bacc-4e0b-9d5e-c51a5fd1da7a",
            "last_updated": "2023-01-16T10:11:50.229965-05:00",
            "created_at": "2023-01-14T08:26:57.194195-05:00",
            "name": "Ottawa Senators",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a68f7cb-d8cf-4fe7-9590-8869c1c422b2/?format=api"
        },
        {
            "id": "a5c0aae5-7290-460b-978e-43606aaefadb",
            "gambit_id": "93d63c6d-8f60-4774-99ef-cca0288af9cc",
            "last_updated": "2023-01-16T10:11:50.226843-05:00",
            "created_at": "2023-01-14T08:26:57.190896-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a68f7cb-d8cf-4fe7-9590-8869c1c422b2/?format=api"
        }
    ]
}