GET /api/bet_types/5691d4c5-f2a1-4e52-a6f3-78ac4c8fe99c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5691d4c5-f2a1-4e52-a6f3-78ac4c8fe99c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbad83f6-5324-4616-9a3f-037266be509a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:15.000796-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6f637f1-84fe-45d0-98d2-a32eeeb1d7fc",
            "gambit_id": "5e423cbf-bc87-4e20-8066-40b82607c021",
            "last_updated": "2023-11-29T21:53:06.939862-05:00",
            "created_at": "2023-11-28T09:33:15.006492-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5691d4c5-f2a1-4e52-a6f3-78ac4c8fe99c/?format=api"
        },
        {
            "id": "3554ae64-70b4-44cc-a3f4-5e26159128d3",
            "gambit_id": "860ce5ad-068e-473b-bf1a-7d8df05304a3",
            "last_updated": "2023-11-29T21:53:06.943132-05:00",
            "created_at": "2023-11-28T09:33:15.011315-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5691d4c5-f2a1-4e52-a6f3-78ac4c8fe99c/?format=api"
        }
    ]
}