GET /api/bet_types/a06d8ff6-de4b-4c22-8a0a-0e0160221206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a06d8ff6-de4b-4c22-8a0a-0e0160221206",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87df344-b217-48cf-94d5-ed464567e194/?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": "UCLA",
                "amount": 5000.0
            },
            {
                "team": "Colorado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2453b6b1-fde2-45f0-8bb3-889895668ed2",
            "gambit_id": "53a73513-82f2-4a41-b63f-f4fd693097f1",
            "last_updated": "2022-09-25T11:37:15.870056-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06d8ff6-de4b-4c22-8a0a-0e0160221206/?format=api"
        },
        {
            "id": "7c203a6d-d732-4610-a316-bd6a6fc36c2f",
            "gambit_id": "ad396447-87f5-4e7f-bb2c-972e15c4b407",
            "last_updated": "2022-09-25T11:37:15.868953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06d8ff6-de4b-4c22-8a0a-0e0160221206/?format=api"
        }
    ]
}