GET /api/bet_types/0ff36cdc-ab82-4fef-a360-550cf2f19b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ff36cdc-ab82-4fef-a360-550cf2f19b97",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3c4637f-642d-45d5-b9b5-cf5e34a98f7e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 6721.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "4007c45d-91f5-42c1-9bbc-b326c6177de3",
            "gambit_id": "a83d0c27-9e1d-4a71-b4ca-3f62115175a5",
            "last_updated": "2022-11-01T10:17:28.211157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff36cdc-ab82-4fef-a360-550cf2f19b97/?format=api"
        },
        {
            "id": "11d91f2a-9944-4308-bc3e-a67d6ac23399",
            "gambit_id": "3d5e5395-db85-4e70-9cc8-10fa4f4aea56",
            "last_updated": "2022-11-01T10:17:28.212083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff36cdc-ab82-4fef-a360-550cf2f19b97/?format=api"
        }
    ]
}