GET /api/bet_types/2b00f1e7-e46c-43e9-b57f-0ed66b81a7c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b00f1e7-e46c-43e9-b57f-0ed66b81a7c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5fbfcca-6068-40e3-aa62-ef9cd3a84d04/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:04.955954-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": "Edmonton Oilers",
                "amount": 6232.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "370f6021-08c4-4603-8e2b-011bb3d9a9b4",
            "gambit_id": "1b9d9d78-1664-4515-89e9-8976073b0880",
            "last_updated": "2024-01-11T11:08:02.936582-05:00",
            "created_at": "2024-01-09T09:23:04.960376-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b00f1e7-e46c-43e9-b57f-0ed66b81a7c6/?format=api"
        },
        {
            "id": "593060a4-5df0-488d-8dc3-937a3855d3f4",
            "gambit_id": "f66d6e66-e071-4c95-b2dc-f45fd282ea7d",
            "last_updated": "2024-01-11T11:08:02.940392-05:00",
            "created_at": "2024-01-09T09:23:04.964658-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b00f1e7-e46c-43e9-b57f-0ed66b81a7c6/?format=api"
        }
    ]
}