GET /api/bet_types/5570ac22-5fac-4439-84e6-f1b2ad7c49dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5570ac22-5fac-4439-84e6-f1b2ad7c49dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eb2fc7b-9def-4f10-a344-f386cd9ca71b/?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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "b735ce24-3c8b-47cd-b87b-07776706cd3c",
            "gambit_id": "bef1c2b8-ca34-417c-b3b1-8525416205ab",
            "last_updated": "2022-08-29T11:37:16.163947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5570ac22-5fac-4439-84e6-f1b2ad7c49dd/?format=api"
        },
        {
            "id": "081116f6-a893-41f4-a3b4-31140fce2865",
            "gambit_id": "ec83e51d-1a81-4f6d-82c9-36c1bc1a312d",
            "last_updated": "2022-08-29T11:37:16.164464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5570ac22-5fac-4439-84e6-f1b2ad7c49dd/?format=api"
        }
    ]
}