GET /api/bet_types/60115c5d-3a35-4bfc-84d3-f89b38eee7ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60115c5d-3a35-4bfc-84d3-f89b38eee7ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/d558e9e9-533a-4d2b-af0c-b969eae93ab3/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:15.584449-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": 6575.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "660985d7-2349-4e60-b46c-f590763ad456",
            "gambit_id": "4213028a-a233-45f7-ae10-5d6cdf0505ef",
            "last_updated": "2022-12-28T21:47:15.956094-05:00",
            "created_at": "2022-12-27T08:57:15.586923-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60115c5d-3a35-4bfc-84d3-f89b38eee7ca/?format=api"
        },
        {
            "id": "b9e7c478-af39-42f1-83e2-1cfff1b7f908",
            "gambit_id": "a7d8f1b9-0e4d-481f-a191-0a837c998201",
            "last_updated": "2022-12-28T21:47:15.954963-05:00",
            "created_at": "2022-12-27T08:57:15.585663-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60115c5d-3a35-4bfc-84d3-f89b38eee7ca/?format=api"
        }
    ]
}