GET /api/bet_types/5a660f19-c9b9-4728-9eab-4701137853af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a660f19-c9b9-4728-9eab-4701137853af",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ad618b9-55d3-4c49-8468-697a1b94337e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:13.498302-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": "Montreal Canadiens",
                "amount": 5939.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "40ce8712-428f-4e5a-bd11-8465251c235f",
            "gambit_id": "aed64084-8ff2-42fb-a36e-d852c6d8989d",
            "last_updated": "2023-12-11T11:38:06.701863-05:00",
            "created_at": "2023-12-09T08:48:13.503072-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a660f19-c9b9-4728-9eab-4701137853af/?format=api"
        },
        {
            "id": "48b4ce3a-ca9b-4938-943c-7c5786a36109",
            "gambit_id": "312ed363-b1a7-4995-82bd-3cce8ec4f9ab",
            "last_updated": "2023-12-11T11:38:06.725374-05:00",
            "created_at": "2023-12-09T08:48:13.507580-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a660f19-c9b9-4728-9eab-4701137853af/?format=api"
        }
    ]
}