GET /api/bet_types/9b74f38b-7c25-4238-92ae-b1dbbc0fc88d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b74f38b-7c25-4238-92ae-b1dbbc0fc88d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-22T08:52:02.002307-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": "Winnipeg Jets",
                "amount": 6956.0
            },
            {
                "team": "New York Islanders",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "df46bbdc-5f45-49c7-8b38-ba359a65faea",
            "gambit_id": "56131d6a-103d-4688-bf84-361b4670f98d",
            "last_updated": "2023-02-23T09:26:55.463952-05:00",
            "created_at": "2023-02-22T08:52:02.005014-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b74f38b-7c25-4238-92ae-b1dbbc0fc88d/?format=api"
        },
        {
            "id": "56b7dac4-f791-46cc-9311-93f20d584987",
            "gambit_id": "6a74141f-dda0-450d-b471-6cfaf1777e0f",
            "last_updated": "2023-02-23T09:26:55.462818-05:00",
            "created_at": "2023-02-22T08:52:02.003636-05:00",
            "name": "New York Islanders",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b74f38b-7c25-4238-92ae-b1dbbc0fc88d/?format=api"
        }
    ]
}