GET /api/bet_types/99b98e16-22ec-4da0-8002-47ffee620331/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99b98e16-22ec-4da0-8002-47ffee620331",
    "match": "https://api-prod.gambitprofit.com/api/matches/adf5ee92-19c2-4223-ac72-0368fa759f12/?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": "CHC",
                "amount": 5304.0
            },
            {
                "team": "PHI",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "df1db903-0e12-4ddd-9837-a94ab8c793d5",
            "gambit_id": "32c97e69-401f-4786-a778-bc1ea777e60a",
            "last_updated": "2022-09-28T09:01:58.943716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b98e16-22ec-4da0-8002-47ffee620331/?format=api"
        },
        {
            "id": "57b4d1db-ddf6-4ca9-bb15-c5bb3671d37d",
            "gambit_id": "32a696e6-2673-4935-8f48-d3cfa28c116e",
            "last_updated": "2022-09-28T09:01:58.944708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b98e16-22ec-4da0-8002-47ffee620331/?format=api"
        }
    ]
}