GET /api/bet_types/a640da4c-bcb6-48cf-8721-66cdafbb99e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a640da4c-bcb6-48cf-8721-66cdafbb99e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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": 5097.0
            },
            {
                "team": "Arizona State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee6c38a7-50bc-401b-9376-dc8b055ff5ac",
            "gambit_id": "ab279588-4bc6-4281-9443-0758400a9b86",
            "last_updated": "2022-11-06T16:23:11.674966-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640da4c-bcb6-48cf-8721-66cdafbb99e7/?format=api"
        },
        {
            "id": "0f69032a-799e-4cbe-adc9-9967dcf7d04c",
            "gambit_id": "fba39242-468b-4083-bc3b-34a23180d360",
            "last_updated": "2022-11-06T16:23:11.673948-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640da4c-bcb6-48cf-8721-66cdafbb99e7/?format=api"
        }
    ]
}