GET /api/bet_types/54a52477-5491-4a1b-b168-f1dd1f571887/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54a52477-5491-4a1b-b168-f1dd1f571887",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab6df01-ec94-4fa7-8fe1-cc5b75f416b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:24.105239-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": "NYM",
                "amount": 5614.0
            },
            {
                "team": "SDG",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "9005049a-5047-4a06-9094-c665d0cdb387",
            "gambit_id": "abe397d9-b2d7-4857-ba80-478fd0348669",
            "last_updated": "2023-07-10T10:03:09.500235-04:00",
            "created_at": "2023-07-08T08:38:24.107992-04:00",
            "name": "NYM",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54a52477-5491-4a1b-b168-f1dd1f571887/?format=api"
        },
        {
            "id": "d87917b6-4845-44be-98f1-41aca34795ea",
            "gambit_id": "64adc70e-4966-4537-9a06-58ea3478ca11",
            "last_updated": "2023-07-10T10:03:09.502765-04:00",
            "created_at": "2023-07-08T08:38:24.110794-04:00",
            "name": "SDG",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54a52477-5491-4a1b-b168-f1dd1f571887/?format=api"
        }
    ]
}