GET /api/bet_types/9cc87e10-4542-4fb6-875a-a0553bb88672/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cc87e10-4542-4fb6-875a-a0553bb88672",
    "match": "https://api-prod.gambitprofit.com/api/matches/06837e73-c59c-44a8-8795-aa9d37d3edde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:19.747276-04: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": 6659.0
            },
            {
                "team": "New York Islanders",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "be74b708-9d59-466f-aeb2-ea97d3aeecac",
            "gambit_id": "a5917e88-7586-4563-97a4-cb32573671e8",
            "last_updated": "2023-10-27T11:08:25.947722-04:00",
            "created_at": "2023-10-26T09:28:19.754904-04:00",
            "name": "Ottawa Senators",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc87e10-4542-4fb6-875a-a0553bb88672/?format=api"
        },
        {
            "id": "f5a081ec-597b-4547-9a3e-866b18b96257",
            "gambit_id": "a67ac69c-9199-4903-bb1f-591869ecaf8c",
            "last_updated": "2023-10-27T11:08:25.951256-04:00",
            "created_at": "2023-10-26T09:28:19.751142-04:00",
            "name": "New York Islanders",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc87e10-4542-4fb6-875a-a0553bb88672/?format=api"
        }
    ]
}