GET /api/bet_types/4978606e-e8e8-4501-a0e8-8ace6cd63603/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4978606e-e8e8-4501-a0e8-8ace6cd63603",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4d41869-b2f3-410f-ad84-86fd5ec352f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-21T08:53:24.616317-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": "CWS",
                "amount": 6090.0
            },
            {
                "team": "MIN",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "595dfb50-03f9-4910-93ef-4b6422408463",
            "gambit_id": "5c7e27bd-f395-4a9d-9190-ff270c72dc70",
            "last_updated": "2023-07-22T09:52:59.622044-04:00",
            "created_at": "2023-07-21T08:53:24.618488-04:00",
            "name": "CWS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4978606e-e8e8-4501-a0e8-8ace6cd63603/?format=api"
        },
        {
            "id": "69b69fbf-3b7c-4039-bcc0-b50e7a974ee3",
            "gambit_id": "899547c2-3dcf-41f7-ac77-7c562a7729bf",
            "last_updated": "2023-07-22T09:52:59.625431-04:00",
            "created_at": "2023-07-21T08:53:24.620822-04:00",
            "name": "MIN",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4978606e-e8e8-4501-a0e8-8ace6cd63603/?format=api"
        }
    ]
}