GET /api/bet_types/8288f701-7b8d-438f-86e2-4b8b0ce93e99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8288f701-7b8d-438f-86e2-4b8b0ce93e99",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57ab8da-a6f6-40d6-83df-344d74f88f5b/?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": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "046c1b7d-3115-4674-8604-d0ad583d0743",
            "gambit_id": "92f89d30-7f2f-4a7d-abf1-80aec7dc950e",
            "last_updated": "2022-10-11T11:51:56.564436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8288f701-7b8d-438f-86e2-4b8b0ce93e99/?format=api"
        },
        {
            "id": "76034f11-5b96-480f-9eee-56ca17d5f8f6",
            "gambit_id": "58d14365-4f9b-4b96-a20a-8cfd5dfe80e7",
            "last_updated": "2022-10-11T11:51:56.565502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8288f701-7b8d-438f-86e2-4b8b0ce93e99/?format=api"
        }
    ]
}