GET /api/bet_types/40ba00db-a803-45d7-be40-6bfd12fa5546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40ba00db-a803-45d7-be40-6bfd12fa5546",
    "match": "https://api-prod.gambitprofit.com/api/matches/c72a9542-6546-490b-90dd-d95e834e236d/?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": "Georgia Tech",
                "amount": 5109.0
            },
            {
                "team": "Clemson",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7fa4a99-236e-4bce-9815-cb3a6ebeea54",
            "gambit_id": "4db77523-1143-41d3-b944-383a3377c98a",
            "last_updated": "2022-09-06T10:07:09.444095-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ba00db-a803-45d7-be40-6bfd12fa5546/?format=api"
        },
        {
            "id": "f4b002dc-40b8-4ec3-927a-7a1afaa358f4",
            "gambit_id": "7cb45728-0bdb-4ea4-b539-ae46d86df41f",
            "last_updated": "2022-09-06T10:07:09.445052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ba00db-a803-45d7-be40-6bfd12fa5546/?format=api"
        }
    ]
}