GET /api/bet_types/912a0157-3745-488f-89e1-cddd118a4f3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "912a0157-3745-488f-89e1-cddd118a4f3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b045a5e-0442-4098-b7ed-245f2753117a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:01.806855-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "719a2aeb-cd5d-48d1-8492-e841958edf07",
            "gambit_id": "f59e6d2e-5415-4476-b9f4-5863fa5b855a",
            "last_updated": "2023-11-30T11:18:13.570468-05:00",
            "created_at": "2023-11-29T10:38:01.811681-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912a0157-3745-488f-89e1-cddd118a4f3d/?format=api"
        },
        {
            "id": "a0545904-046e-46f0-ad4d-8737cb1d20c3",
            "gambit_id": "ad30e813-8449-4668-9b97-1bf7a636ac87",
            "last_updated": "2023-11-30T11:18:13.573924-05:00",
            "created_at": "2023-11-29T10:38:01.817300-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912a0157-3745-488f-89e1-cddd118a4f3d/?format=api"
        }
    ]
}