GET /api/bet_types/d253c9be-73a4-44af-b4d3-e94d74393c6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d253c9be-73a4-44af-b4d3-e94d74393c6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/698f526b-3f04-41b0-b542-027b83ccfeab/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:08.575856-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": 6232.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d590c12-11c1-4c85-b232-c5cc0ec12d9b",
            "gambit_id": "c5c4e7f4-ca4f-44c2-89f9-687f422bf865",
            "last_updated": "2024-02-07T01:53:02.573502-05:00",
            "created_at": "2024-02-06T09:08:08.580149-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d253c9be-73a4-44af-b4d3-e94d74393c6e/?format=api"
        },
        {
            "id": "968cf2db-dcd2-42cd-b07b-a257beb74118",
            "gambit_id": "a3a1e518-41f8-44e3-8f53-7cdbf719e2aa",
            "last_updated": "2024-02-07T01:53:02.578656-05:00",
            "created_at": "2024-02-06T09:08:08.585859-05:00",
            "name": "Washington Capitals",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d253c9be-73a4-44af-b4d3-e94d74393c6e/?format=api"
        }
    ]
}