GET /api/bet_types/781d17dc-dc39-4ac4-a81c-e3a95d7800f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "781d17dc-dc39-4ac4-a81c-e3a95d7800f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/67314950-1a8f-4b56-acca-d1daec72928f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:55.411415-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": "Washington Capitals",
                "amount": 6401.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "de48fd48-d074-41df-8797-39a8eb94ff30",
            "gambit_id": "796b1eb6-9ff1-49ff-a418-db2a0219ad63",
            "last_updated": "2023-01-30T17:46:58.994925-05:00",
            "created_at": "2023-01-29T08:41:55.413753-05:00",
            "name": "Washington Capitals",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781d17dc-dc39-4ac4-a81c-e3a95d7800f4/?format=api"
        },
        {
            "id": "8d2a698c-5fd5-47ee-ab6b-9ffaf1f0dda8",
            "gambit_id": "81c02179-4964-4ef3-aeda-a5cd44a68708",
            "last_updated": "2023-01-30T17:46:58.993759-05:00",
            "created_at": "2023-01-29T08:41:55.412582-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781d17dc-dc39-4ac4-a81c-e3a95d7800f4/?format=api"
        }
    ]
}