GET /api/bet_types/b4084d92-9f2c-4cb9-94eb-4388bc1fe787/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4084d92-9f2c-4cb9-94eb-4388bc1fe787",
    "match": "https://api-prod.gambitprofit.com/api/matches/b763118b-c37a-4426-87b1-17457032cbb6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:01.923052-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 York Islanders",
                "amount": 6848.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "29e51f55-3137-4d87-bcf8-62ad9e72eb07",
            "gambit_id": "c50cbc6a-a3bb-409d-8768-5534907a4b8b",
            "last_updated": "2023-01-13T11:47:21.216645-05:00",
            "created_at": "2023-01-12T08:22:01.924175-05:00",
            "name": "New York Islanders",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4084d92-9f2c-4cb9-94eb-4388bc1fe787/?format=api"
        },
        {
            "id": "0d49ce58-dff1-4937-9b6a-0d2d23656f45",
            "gambit_id": "b8106a54-0372-483a-b350-32c078b2bba2",
            "last_updated": "2023-01-13T11:47:21.217718-05:00",
            "created_at": "2023-01-12T08:22:01.925371-05:00",
            "name": "Minnesota Wild",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4084d92-9f2c-4cb9-94eb-4388bc1fe787/?format=api"
        }
    ]
}