GET /api/bet_types/5c0cc181-f4a2-40f7-9111-ad7fe085a133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c0cc181-f4a2-40f7-9111-ad7fe085a133",
    "match": "https://api-prod.gambitprofit.com/api/matches/61d90022-464a-4c31-9a27-911e09392487/?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": "Winnipeg Jets",
                "amount": 5863.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "20f9e4d8-ca28-4b68-bca5-62b567b0131c",
            "gambit_id": "f24addb0-28cc-4a07-a785-87d445ad6ba9",
            "last_updated": "2022-10-31T12:22:13.585615-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0cc181-f4a2-40f7-9111-ad7fe085a133/?format=api"
        },
        {
            "id": "6b740352-9133-4aa2-8da4-000eddb87236",
            "gambit_id": "7258d5c1-05c0-4aec-b47a-b9aa261718d2",
            "last_updated": "2022-10-31T12:22:13.584604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0cc181-f4a2-40f7-9111-ad7fe085a133/?format=api"
        }
    ]
}