GET /api/bet_types/ea3700bd-d38d-4d19-8792-8952822482dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea3700bd-d38d-4d19-8792-8952822482dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd2dea70-e201-4c82-89d8-f8835c6fac7f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:54.103892-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": "Detroit Red Wings",
                "amount": 6401.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fc2697d-3e3d-432b-b75e-d60252ee11aa",
            "gambit_id": "9706b899-91f5-4f9b-9278-f6480d6cfa12",
            "last_updated": "2023-02-22T09:02:04.342773-05:00",
            "created_at": "2023-02-21T08:51:54.106490-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3700bd-d38d-4d19-8792-8952822482dc/?format=api"
        },
        {
            "id": "9a827034-017d-4070-9a80-2f7e617d7444",
            "gambit_id": "a4e34cd3-20e1-453b-9f89-e73ab83dee5d",
            "last_updated": "2023-02-22T09:02:04.341628-05:00",
            "created_at": "2023-02-21T08:51:54.105165-05:00",
            "name": "Washington Capitals",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3700bd-d38d-4d19-8792-8952822482dc/?format=api"
        }
    ]
}