GET /api/bet_types/d3837d05-8611-425e-bcaa-fdcea5882950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3837d05-8611-425e-bcaa-fdcea5882950",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7a492fb-ada0-40c2-a7d9-23e21f6306c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:56.224917-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd406832-ce58-4200-9d8d-2a2a105606d2",
            "gambit_id": "f8d5cdc6-f0e9-4818-8d2d-efbb50208874",
            "last_updated": "2022-12-24T19:01:51.576881-05:00",
            "created_at": "2022-12-23T09:06:56.226022-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3837d05-8611-425e-bcaa-fdcea5882950/?format=api"
        },
        {
            "id": "b23fa804-c53b-4837-af00-a1422700e182",
            "gambit_id": "be9bf63a-d563-4272-a0e3-56d1fbc9ea06",
            "last_updated": "2022-12-24T19:01:51.577935-05:00",
            "created_at": "2022-12-23T09:06:56.227198-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3837d05-8611-425e-bcaa-fdcea5882950/?format=api"
        }
    ]
}