GET /api/bet_types/964e060e-33fd-4310-aea5-ea326674f1e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "964e060e-33fd-4310-aea5-ea326674f1e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/84cac782-b07e-434c-ab20-89050a9f4162/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:21.101165-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": "Minnesota Timberwolves",
                "amount": 5094.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bde14139-1da3-45c2-9be6-d30eb3524618",
            "gambit_id": "22320754-49ab-4274-9ccb-f3ed17802c15",
            "last_updated": "2023-11-12T11:23:23.354559-05:00",
            "created_at": "2023-11-10T08:23:21.105951-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964e060e-33fd-4310-aea5-ea326674f1e5/?format=api"
        },
        {
            "id": "0426cc03-c43b-4718-8086-092faa3c5840",
            "gambit_id": "13eeb62b-901c-4895-9126-facb11b0593e",
            "last_updated": "2023-11-12T11:23:23.357871-05:00",
            "created_at": "2023-11-10T08:23:21.110730-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/964e060e-33fd-4310-aea5-ea326674f1e5/?format=api"
        }
    ]
}