GET /api/bet_types/db09057d-3044-4fba-a714-792477e2b7bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db09057d-3044-4fba-a714-792477e2b7bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f830378-f632-414c-8d53-eeb40b51ab77/?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": "North Texas",
                "amount": 5097.0
            },
            {
                "team": "Rice",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6e8c802-c7de-43e7-8cfd-cea82aa4eeb5",
            "gambit_id": "49d97165-a6a9-44e6-aafa-9f559501eeaa",
            "last_updated": "2022-11-28T10:07:10.236579-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db09057d-3044-4fba-a714-792477e2b7bf/?format=api"
        },
        {
            "id": "c5249c74-518a-41b2-afd6-7187327f88e0",
            "gambit_id": "b76e2aa5-95de-494d-8e93-f7a22c26edb4",
            "last_updated": "2022-11-28T10:07:10.237597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db09057d-3044-4fba-a714-792477e2b7bf/?format=api"
        }
    ]
}