GET /api/bet_types/fa3a470d-9a5f-4bbe-a2d8-22c0c80387a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa3a470d-9a5f-4bbe-a2d8-22c0c80387a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a04e5de4-8146-40b0-9b0b-dfe9cf0992e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:57.703638-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": "Arizona Coyotes",
                "amount": 6458.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea9442ea-5dfe-4de8-ac7c-b22bdb208d47",
            "gambit_id": "3944fd79-de45-453b-a412-f7b8ce3d8cce",
            "last_updated": "2023-03-08T10:17:15.478687-05:00",
            "created_at": "2023-03-07T09:41:57.704814-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3a470d-9a5f-4bbe-a2d8-22c0c80387a8/?format=api"
        },
        {
            "id": "72579861-a773-47ed-a5fd-423f8e1e0668",
            "gambit_id": "f373cbfa-f98b-474a-8f75-29bb84fabde2",
            "last_updated": "2023-03-08T10:17:15.480332-05:00",
            "created_at": "2023-03-07T09:41:57.706128-05:00",
            "name": "St Louis Blues",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3a470d-9a5f-4bbe-a2d8-22c0c80387a8/?format=api"
        }
    ]
}