GET /api/bet_types/44f79ca6-43bf-4f1d-a085-b95ffc91c68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44f79ca6-43bf-4f1d-a085-b95ffc91c68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/36338633-2981-4719-acc1-d92c0fed4801/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:56.669389-04: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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b4bf2b0-b4ca-4f27-a97c-1656bc309e0c",
            "gambit_id": "62c7734c-08a7-434c-a139-bed6faeee93a",
            "last_updated": "2023-03-19T16:56:52.158645-04:00",
            "created_at": "2023-03-18T08:46:56.674348-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f79ca6-43bf-4f1d-a085-b95ffc91c68b/?format=api"
        },
        {
            "id": "8b8ef8a0-86dc-469b-a607-df2cea950ee9",
            "gambit_id": "ae20e1e1-afd3-4975-ac9e-72f5787c9ddd",
            "last_updated": "2023-03-19T16:56:52.157358-04:00",
            "created_at": "2023-03-18T08:46:56.671891-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f79ca6-43bf-4f1d-a085-b95ffc91c68b/?format=api"
        }
    ]
}