GET /api/bet_types/26e49979-932e-441f-91af-aec8d7d571e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26e49979-932e-441f-91af-aec8d7d571e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2efc849c-daa0-4b87-9472-e3e2327de896/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2440d97d-b584-485e-ad2b-946e8dcedfff",
            "gambit_id": "1fef3b8c-6f2d-4e27-adfe-baeb2e2226d7",
            "last_updated": "2022-10-25T10:07:45.175652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26e49979-932e-441f-91af-aec8d7d571e7/?format=api"
        },
        {
            "id": "d8e489a3-d2a2-4b59-b3fa-f5d8cc685916",
            "gambit_id": "b6fc08b9-beb4-4ac4-a891-9f3f74ec2e54",
            "last_updated": "2022-10-25T10:07:45.176635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26e49979-932e-441f-91af-aec8d7d571e7/?format=api"
        }
    ]
}