GET /api/bet_types/41985266-b098-4998-872a-6905f4745b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41985266-b098-4998-872a-6905f4745b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/725cb9f9-bd64-4fd2-bae0-0430b2622ba4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Colorado Avalanche",
                "amount": 5000.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "00329b6b-12c5-44fc-89b6-191c9ccbd82a",
            "gambit_id": "bd68bc90-8902-42be-8e90-78c6d1fda964",
            "last_updated": "2022-11-07T09:18:10.737620-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41985266-b098-4998-872a-6905f4745b47/?format=api"
        },
        {
            "id": "50530b1a-f58b-4636-a7b8-6f75c60ce2d1",
            "gambit_id": "f0b2e169-7ab6-4317-afbc-e576522abf95",
            "last_updated": "2022-11-07T09:18:10.736641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41985266-b098-4998-872a-6905f4745b47/?format=api"
        }
    ]
}