GET /api/bet_types/a211fb87-8ac9-417b-ba45-6d2ccaae0e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a211fb87-8ac9-417b-ba45-6d2ccaae0e47",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b50df00-f1e7-4f8d-ab48-2c5dfe010d51/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:11.320731-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": "Chicago Bears",
                "amount": 5319.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "690d3cd0-db5d-4cb6-8d4c-771cd9477a6e",
            "gambit_id": "45709e07-32ad-4494-a0a3-3e469086e7f8",
            "last_updated": "2024-01-02T10:38:09.604875-05:00",
            "created_at": "2023-12-27T09:43:11.345421-05:00",
            "name": "Chicago Bears",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a211fb87-8ac9-417b-ba45-6d2ccaae0e47/?format=api"
        },
        {
            "id": "720e8867-7a67-42ad-a6b2-082136b091e6",
            "gambit_id": "55830e5b-facb-4c16-acd7-d8d26f15e86e",
            "last_updated": "2024-01-02T10:38:09.597055-05:00",
            "created_at": "2023-12-27T09:43:11.338671-05:00",
            "name": "Atlanta Falcons",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a211fb87-8ac9-417b-ba45-6d2ccaae0e47/?format=api"
        }
    ]
}