GET /api/bet_types/32ca5ece-c4af-4b29-be1b-48892095ebd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32ca5ece-c4af-4b29-be1b-48892095ebd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/01782482-f1d0-49bb-81cc-9b7d9ffda43d/?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": "Temple",
                "amount": 5000.0
            },
            {
                "team": "Tulsa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "54c458dd-2355-4d36-a2f2-e4c7414def80",
            "gambit_id": "a23534c2-4304-461c-aeb1-2b9171a8d275",
            "last_updated": "2022-10-22T09:12:19.583984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32ca5ece-c4af-4b29-be1b-48892095ebd2/?format=api"
        },
        {
            "id": "5528fb59-cf90-4836-85de-95e85229a48d",
            "gambit_id": "2e2c3db6-e440-449a-ba0f-81e4b20e9a8c",
            "last_updated": "2022-10-22T09:12:19.584974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32ca5ece-c4af-4b29-be1b-48892095ebd2/?format=api"
        }
    ]
}