GET /api/bet_types/b9e04604-889f-4baf-9f14-b1339e36f9f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9e04604-889f-4baf-9f14-b1339e36f9f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/21ac2002-ecc5-4fb6-8d94-35766316b3da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:15.193893-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": "Philadelphia Flyers",
                "amount": 5939.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b17048c-2785-46f6-b5d7-f1aadd8a386a",
            "gambit_id": "bd1b5b1b-7e54-426a-b06f-dbf8613328d6",
            "last_updated": "2023-12-11T11:33:03.662058-05:00",
            "created_at": "2023-12-09T08:48:15.197352-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e04604-889f-4baf-9f14-b1339e36f9f9/?format=api"
        },
        {
            "id": "02786852-b5c8-40d8-b109-a0ffa607ae70",
            "gambit_id": "ab9b7d4d-699e-4ed8-a5db-e629d1049c16",
            "last_updated": "2023-12-11T11:33:03.665673-05:00",
            "created_at": "2023-12-09T08:48:15.201130-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e04604-889f-4baf-9f14-b1339e36f9f9/?format=api"
        }
    ]
}