GET /api/bet_types/ed92f444-dc77-4627-a25e-f13a52eadccd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed92f444-dc77-4627-a25e-f13a52eadccd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e283c71b-6a5c-42b5-ba75-afa31cf689ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:01.068187-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": "WAS",
                "amount": 5512.0
            },
            {
                "team": "BAL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "388006f7-fab6-4697-962e-6a47b2de6aa6",
            "gambit_id": "45de3017-8155-4857-971f-a02e27bfc2cd",
            "last_updated": "2023-04-19T12:17:14.603998-04:00",
            "created_at": "2023-04-18T12:12:01.069715-04:00",
            "name": "WAS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed92f444-dc77-4627-a25e-f13a52eadccd/?format=api"
        },
        {
            "id": "1a89a9f0-61f2-4e60-b6af-fd14085fed90",
            "gambit_id": "33b4529d-4b28-4a5c-b73b-2c40d6facaa6",
            "last_updated": "2023-04-19T12:17:14.606705-04:00",
            "created_at": "2023-04-18T12:12:01.072547-04:00",
            "name": "BAL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed92f444-dc77-4627-a25e-f13a52eadccd/?format=api"
        }
    ]
}