GET /api/bet_types/5590fe92-7ce4-4a30-9bc3-617aebf1ad6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5590fe92-7ce4-4a30-9bc3-617aebf1ad6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a047917-0b51-4ff0-ae5c-92b1c4854533/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ba848ab-aed9-4e64-ae87-7ebd1add8a37",
            "gambit_id": "1ddca62e-ed2d-4c89-a654-748098bc3ce4",
            "last_updated": "2022-10-20T09:37:00.566353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5590fe92-7ce4-4a30-9bc3-617aebf1ad6d/?format=api"
        },
        {
            "id": "c76ab9d0-3e1c-475b-b6d6-94a5091baac4",
            "gambit_id": "b47800b7-2ed4-4560-99e1-cfdf91018ccd",
            "last_updated": "2022-10-20T09:37:00.565415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5590fe92-7ce4-4a30-9bc3-617aebf1ad6d/?format=api"
        }
    ]
}