GET /api/bet_types/5cf3e6d6-1a08-4415-ac69-62fef41938cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cf3e6d6-1a08-4415-ac69-62fef41938cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9c383ca-8f0a-4211-ba90-cae3c87f9639/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:15.709072-04: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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fca9e3fd-a8a1-4b97-9dba-436b0912dc27",
            "gambit_id": "0471afbb-3f5a-45b6-b059-878cfbe0f919",
            "last_updated": "2023-04-05T17:42:15.133410-04:00",
            "created_at": "2023-04-04T09:32:15.710509-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cf3e6d6-1a08-4415-ac69-62fef41938cb/?format=api"
        },
        {
            "id": "eb1c24b6-f19e-48bc-8821-f7973b6f2a47",
            "gambit_id": "6b0ce77a-da6b-48d2-8330-d65963bdebd9",
            "last_updated": "2023-04-05T17:42:15.135992-04:00",
            "created_at": "2023-04-04T09:32:15.711982-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cf3e6d6-1a08-4415-ac69-62fef41938cb/?format=api"
        }
    ]
}