GET /api/bet_types/11b681ab-1bb6-4fb8-bda6-26f1e090f53c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11b681ab-1bb6-4fb8-bda6-26f1e090f53c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8304b8ce-9085-4735-9606-d1d59ef1a475/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:10.414853-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a2b7fa0-4a0d-4aef-a9b9-84156d035e44",
            "gambit_id": "689663df-9fb3-4dc2-96ac-066d4345ff2c",
            "last_updated": "2023-02-11T17:52:30.503205-05:00",
            "created_at": "2023-02-10T09:02:10.416080-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11b681ab-1bb6-4fb8-bda6-26f1e090f53c/?format=api"
        },
        {
            "id": "b5d810e6-5c3d-4943-a69a-81628a115cd2",
            "gambit_id": "358a5111-063a-41d0-91c9-51c0c6fc5b15",
            "last_updated": "2023-02-11T17:52:30.504389-05:00",
            "created_at": "2023-02-10T09:02:10.417380-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11b681ab-1bb6-4fb8-bda6-26f1e090f53c/?format=api"
        }
    ]
}