GET /api/bet_types/741f259f-3c37-4246-a3c3-8f10aa104649/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "741f259f-3c37-4246-a3c3-8f10aa104649",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3aec78b-922d-4d30-8bec-517130572bf4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:16.508445-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd7e821d-0888-4a6d-b081-bfeee21615ca",
            "gambit_id": "91091e1f-fd82-4c0f-88cb-84654582d6c7",
            "last_updated": "2023-03-13T10:27:12.273466-04:00",
            "created_at": "2023-03-11T09:32:16.510415-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741f259f-3c37-4246-a3c3-8f10aa104649/?format=api"
        },
        {
            "id": "d6c5d87f-0b26-4786-9951-4147440a2857",
            "gambit_id": "8cc67105-0bc2-4d0f-b337-9ea05a585a6a",
            "last_updated": "2023-03-13T10:27:12.275776-04:00",
            "created_at": "2023-03-11T09:32:16.512243-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741f259f-3c37-4246-a3c3-8f10aa104649/?format=api"
        }
    ]
}