GET /api/bet_types/7bc0daa3-8c3c-49a2-a069-9adc3e1a1581/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bc0daa3-8c3c-49a2-a069-9adc3e1a1581",
    "match": "https://api-prod.gambitprofit.com/api/matches/e283e5c0-d08e-469b-afc2-33720457cc51/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Bruins",
                "amount": 6611.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "46e7e6a7-53fd-4f8f-bb43-047c85067522",
            "gambit_id": "824906c5-ab79-430a-b7e0-9fe903d8d784",
            "last_updated": "2022-10-19T09:42:25.606372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc0daa3-8c3c-49a2-a069-9adc3e1a1581/?format=api"
        },
        {
            "id": "d6b400ad-df8e-4579-acc1-6ba9d6754ab8",
            "gambit_id": "2565efd3-1b83-458c-ab0b-6bd7e796bb85",
            "last_updated": "2022-10-19T09:42:25.605168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc0daa3-8c3c-49a2-a069-9adc3e1a1581/?format=api"
        }
    ]
}