GET /api/bet_types/8bc80ce5-8fed-4096-aa22-68d6d87533e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bc80ce5-8fed-4096-aa22-68d6d87533e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "260eceee-a2cd-4984-a955-c95c79d9becf",
            "gambit_id": "37acc9e3-a170-41e0-a0c6-9c79cf02a4a3",
            "last_updated": "2022-10-17T15:12:29.932220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc80ce5-8fed-4096-aa22-68d6d87533e3/?format=api"
        },
        {
            "id": "71313513-9a1c-433c-98db-a2e908b6ca61",
            "gambit_id": "d02740dd-79eb-4697-a897-d6f45117c70c",
            "last_updated": "2022-10-17T15:12:29.933207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc80ce5-8fed-4096-aa22-68d6d87533e3/?format=api"
        }
    ]
}