GET /api/bet_types/8f132edd-9e6d-48c3-bd10-ec01085b1b21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f132edd-9e6d-48c3-bd10-ec01085b1b21",
    "match": "https://api-prod.gambitprofit.com/api/matches/0da65122-6e60-4345-a32a-51292265e3e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:06.061838-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": "St Louis Blues",
                "amount": 6935.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6fb6269-84e8-47ec-86df-52165c1bb177",
            "gambit_id": "039d7ade-b75b-4375-971a-0dd901a2aeba",
            "last_updated": "2023-11-21T09:13:07.978309-05:00",
            "created_at": "2023-11-19T10:03:06.065571-05:00",
            "name": "St Louis Blues",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f132edd-9e6d-48c3-bd10-ec01085b1b21/?format=api"
        },
        {
            "id": "ed6cd30e-0581-43ce-a65e-61f8dfe71cd5",
            "gambit_id": "0ea800f7-3832-41d7-8af6-6e210e243285",
            "last_updated": "2023-11-21T09:13:07.981638-05:00",
            "created_at": "2023-11-19T10:03:06.069528-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f132edd-9e6d-48c3-bd10-ec01085b1b21/?format=api"
        }
    ]
}