GET /api/bet_types/a0ce1203-4e1b-405a-a929-624cae5facb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0ce1203-4e1b-405a-a929-624cae5facb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bcaa35d-79eb-402a-9bdb-5b26f5ea5735/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:02.601242-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": "Vancouver Canucks",
                "amount": 5512.0
            },
            {
                "team": "New York Islanders",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bf14312-a9c6-47ff-a363-a7daa5d229cb",
            "gambit_id": "ba970a6f-5b95-4876-ba40-ae73afa60d95",
            "last_updated": "2023-02-11T19:51:52.380053-05:00",
            "created_at": "2023-02-09T11:12:02.603663-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ce1203-4e1b-405a-a929-624cae5facb5/?format=api"
        },
        {
            "id": "e0c15384-533e-4991-a8a7-328b387acf27",
            "gambit_id": "589f2ed5-6c3d-4c18-ac24-184b717a4868",
            "last_updated": "2023-02-11T19:51:52.378796-05:00",
            "created_at": "2023-02-09T11:12:02.602437-05:00",
            "name": "New York Islanders",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ce1203-4e1b-405a-a929-624cae5facb5/?format=api"
        }
    ]
}