GET /api/bet_types/1a9a2794-7807-482c-b4f5-863bf30e4950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a9a2794-7807-482c-b4f5-863bf30e4950",
    "match": "https://api-prod.gambitprofit.com/api/matches/55da0872-781a-4694-b840-d35a36fccef9/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.370918-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": "San Jose Sharks",
                "amount": 6387.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc7c1eaa-2550-42d3-ab6c-12ee296374ab",
            "gambit_id": "2fb14776-ce3f-4594-be25-56fd9d53e7c3",
            "last_updated": "2022-12-28T21:42:15.706219-05:00",
            "created_at": "2022-12-27T08:57:17.374184-05:00",
            "name": "San Jose Sharks",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a9a2794-7807-482c-b4f5-863bf30e4950/?format=api"
        },
        {
            "id": "4e157c7c-f8f9-4ccb-bb8f-93c5bdf43af1",
            "gambit_id": "0919d4df-5430-4278-bfa8-ebcd3c6451f9",
            "last_updated": "2022-12-28T21:42:15.705107-05:00",
            "created_at": "2022-12-27T08:57:17.372834-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a9a2794-7807-482c-b4f5-863bf30e4950/?format=api"
        }
    ]
}