GET /api/bet_types/4ca20760-f762-4b06-bd9d-aacd12e1e2ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ca20760-f762-4b06-bd9d-aacd12e1e2ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cee3a4e-0608-4012-8271-1f064413b78b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-10T08:43:00.637940-04: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": "DET",
                "amount": 5213.0
            },
            {
                "team": "MIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa14994f-2491-4471-98e8-0b06f15fd86e",
            "gambit_id": "9f15001c-f792-4621-aaf0-239d05c9401c",
            "last_updated": "2023-08-11T11:08:15.230866-04:00",
            "created_at": "2023-08-10T08:43:00.649876-04:00",
            "name": "DET",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca20760-f762-4b06-bd9d-aacd12e1e2ae/?format=api"
        },
        {
            "id": "440a53a7-153b-48d6-90a9-ff1c9d4dd00b",
            "gambit_id": "3545bcd2-3279-43ba-b986-6101a1c06c47",
            "last_updated": "2023-08-11T11:08:15.227399-04:00",
            "created_at": "2023-08-10T08:43:00.643182-04:00",
            "name": "MIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca20760-f762-4b06-bd9d-aacd12e1e2ae/?format=api"
        }
    ]
}