GET /api/bet_types/f00e98a9-79ac-46b4-9119-03647316e636/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f00e98a9-79ac-46b4-9119-03647316e636",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f2e6230-b40f-4fc8-91fb-15d24ebe218b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:09.838698-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": "New Jersey Devils",
                "amount": 6617.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3383.0
            }
        ],
        "expected_reward_tokens": 9065.29,
        "profit_sb": 65.29,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8530bbe-aeff-4912-a488-f30e7a320bab",
            "gambit_id": "5e075121-5818-4dac-ad5a-cf80b14d9184",
            "last_updated": "2022-12-31T16:56:57.391648-05:00",
            "created_at": "2022-12-30T10:27:09.841027-05:00",
            "name": "New Jersey Devils",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00e98a9-79ac-46b4-9119-03647316e636/?format=api"
        },
        {
            "id": "d5d61416-a962-42e6-be2d-5b91605c9a98",
            "gambit_id": "2633bda9-16ea-48b6-bdbd-76aa9c2ad769",
            "last_updated": "2022-12-31T16:56:57.390560-05:00",
            "created_at": "2022-12-30T10:27:09.839817-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.68000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00e98a9-79ac-46b4-9119-03647316e636/?format=api"
        }
    ]
}