GET /api/bet_types/34a03068-44b1-46a7-b48b-025176a7a893/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34a03068-44b1-46a7-b48b-025176a7a893",
    "match": "https://api-prod.gambitprofit.com/api/matches/853e605a-6fd2-48a1-8596-e07fd1b728f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-17T09:12:08.643834-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": 5000.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab727b8d-fe7a-4022-abb6-7e65e18da023",
            "gambit_id": "3861ef31-58cf-4d05-b0e2-1c0e00ea651f",
            "last_updated": "2023-02-18T09:52:17.099045-05:00",
            "created_at": "2023-02-17T09:12:08.645132-05:00",
            "name": "Ottawa Senators",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a03068-44b1-46a7-b48b-025176a7a893/?format=api"
        },
        {
            "id": "08f07801-60e1-4326-a326-369c3fb2f13a",
            "gambit_id": "41c0fc71-f529-450f-b231-515b7dd7fb17",
            "last_updated": "2023-02-18T09:52:17.100334-05:00",
            "created_at": "2023-02-17T09:12:08.646445-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a03068-44b1-46a7-b48b-025176a7a893/?format=api"
        }
    ]
}