GET /api/bet_types/28ccfa13-9331-447d-bf02-c415c9c9bd31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28ccfa13-9331-447d-bf02-c415c9c9bd31",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cc79f6b-9b5e-4f10-9aa9-98030e70e027/?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": "PHI",
                "amount": 5000.0
            },
            {
                "team": "CHC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6325a5b2-07e7-4da4-b65d-48de8a8bd375",
            "gambit_id": "4a88d291-e7de-497a-b80a-243c729086a2",
            "last_updated": "2022-09-29T10:27:31.582271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ccfa13-9331-447d-bf02-c415c9c9bd31/?format=api"
        },
        {
            "id": "981c2492-f473-4c7c-8dd0-1b1fa422b73d",
            "gambit_id": "2834e82f-2162-4a7b-974d-df6033fe42a7",
            "last_updated": "2022-09-29T10:27:31.581306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ccfa13-9331-447d-bf02-c415c9c9bd31/?format=api"
        }
    ]
}