GET /api/bet_types/fa3ad068-c6ce-49a8-9d47-853770b68423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa3ad068-c6ce-49a8-9d47-853770b68423",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce97937e-68be-41b8-ad04-0d153c453e0f/?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": "TAM",
                "amount": 6047.0
            },
            {
                "team": "CLE",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "caaa7b5c-514c-4535-a124-8e8b7a8baa9b",
            "gambit_id": "03f402ac-1129-498d-8dcb-4bfa7f17ccf3",
            "last_updated": "2022-09-28T08:51:53.661005-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3ad068-c6ce-49a8-9d47-853770b68423/?format=api"
        },
        {
            "id": "6abf38d8-f65b-4053-b950-e7af1b8db190",
            "gambit_id": "c4243b90-7427-4581-b5cd-ce4134255832",
            "last_updated": "2022-09-28T08:51:53.662044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3ad068-c6ce-49a8-9d47-853770b68423/?format=api"
        }
    ]
}