GET /api/bet_types/0060ddc7-fdfd-40dc-9b53-5ba2ccded782/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0060ddc7-fdfd-40dc-9b53-5ba2ccded782",
    "match": "https://api-prod.gambitprofit.com/api/matches/c21c2bf1-354d-4bbd-86b7-fcfc5811b9f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:17.054267-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 Blackhawks",
                "amount": 5867.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "52d20f19-691e-4ed7-a431-b66284cc0932",
            "gambit_id": "294604f1-f210-4eeb-adec-aac4af63e96c",
            "last_updated": "2023-11-29T21:58:08.932604-05:00",
            "created_at": "2023-11-28T09:33:17.073205-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0060ddc7-fdfd-40dc-9b53-5ba2ccded782/?format=api"
        },
        {
            "id": "ba846334-f67e-40fe-9f5d-cd906c18a0d4",
            "gambit_id": "95e9fbf5-35f2-4f5d-a529-b671d61d1945",
            "last_updated": "2023-11-29T21:58:08.928049-05:00",
            "created_at": "2023-11-28T09:33:17.068142-05:00",
            "name": "Seattle Kraken",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0060ddc7-fdfd-40dc-9b53-5ba2ccded782/?format=api"
        }
    ]
}