GET /api/bet_types/9737aba6-6d70-4eaa-8e0b-158164793acf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9737aba6-6d70-4eaa-8e0b-158164793acf",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b64520-f761-47c5-a001-f139a17833cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T17:47:04.951391-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": "Seattle Kraken",
                "amount": 6715.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3285.0
            }
        ],
        "expected_reward_tokens": 9065.25,
        "profit_sb": 65.25,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "872096f3-4d70-4f4c-bd5c-abf8c22cff51",
            "gambit_id": "91ad46ed-c796-4508-8b5e-2d8af023c000",
            "last_updated": "2023-01-11T10:46:58.380285-05:00",
            "created_at": "2023-01-10T17:47:04.953928-05:00",
            "name": "Seattle Kraken",
            "reward": "1.35000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9737aba6-6d70-4eaa-8e0b-158164793acf/?format=api"
        },
        {
            "id": "8d04df2b-c471-4a96-b95e-10c7703c2066",
            "gambit_id": "14b5c80e-6e51-43ed-8384-4031e6a2e6df",
            "last_updated": "2023-01-11T10:46:58.379208-05:00",
            "created_at": "2023-01-10T17:47:04.952647-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.76000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9737aba6-6d70-4eaa-8e0b-158164793acf/?format=api"
        }
    ]
}