GET /api/bet_types/83473b2c-45fa-485c-9046-4319e1525b92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83473b2c-45fa-485c-9046-4319e1525b92",
    "match": "https://api-prod.gambitprofit.com/api/matches/150dcf65-ac6b-4984-9d3a-b0cba1f6ac0a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:07.170331-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": "Florida Panthers",
                "amount": 7378.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2622.0
            }
        ],
        "expected_reward_tokens": 9148.72,
        "profit_sb": 148.72,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "e722ff58-3cf9-4423-b5c1-ce44c818064d",
            "gambit_id": "92803c9c-197d-4123-855b-9464e8d625a5",
            "last_updated": "2022-12-31T10:46:58.975668-05:00",
            "created_at": "2022-12-29T08:42:07.171493-05:00",
            "name": "Florida Panthers",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83473b2c-45fa-485c-9046-4319e1525b92/?format=api"
        },
        {
            "id": "35042c2b-8797-4d26-92fa-b91725b38f4a",
            "gambit_id": "93b9e3f4-169a-401b-8c85-9a8f90314b98",
            "last_updated": "2022-12-31T10:46:58.976781-05:00",
            "created_at": "2022-12-29T08:42:07.172769-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.49000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83473b2c-45fa-485c-9046-4319e1525b92/?format=api"
        }
    ]
}