GET /api/bet_types/6f12813d-9fcd-4142-bd56-b0da2e7725f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f12813d-9fcd-4142-bd56-b0da2e7725f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57c242a-d2bd-44f1-b147-aee97ad1ea73/?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": "New York Islanders",
                "amount": 5974.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d8cd862-6208-4ae4-a2b2-27f47096f744",
            "gambit_id": "f2b40e9f-c262-4166-899b-d0aba3144e4a",
            "last_updated": "2022-11-22T10:07:05.201751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f12813d-9fcd-4142-bd56-b0da2e7725f6/?format=api"
        },
        {
            "id": "9e4ddd41-c9cd-43f8-b3b6-7fbdc23b148e",
            "gambit_id": "2897582c-f332-48d2-a31e-21f20e3da028",
            "last_updated": "2022-11-22T10:07:05.200768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f12813d-9fcd-4142-bd56-b0da2e7725f6/?format=api"
        }
    ]
}