GET /api/bet_types/ee4acae7-8710-4cce-9370-7524fd64a973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee4acae7-8710-4cce-9370-7524fd64a973",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1004e1-6783-44dc-9a36-7bcf29fcc9a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:52.489851-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "a560fd1f-19a2-4f3d-9389-ad380ba8b01e",
            "gambit_id": "20416eb6-58b6-441e-b303-b87f747a920f",
            "last_updated": "2023-01-19T09:27:08.926487-05:00",
            "created_at": "2023-01-18T09:16:52.491019-05:00",
            "name": "Indiana Pacers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4acae7-8710-4cce-9370-7524fd64a973/?format=api"
        },
        {
            "id": "b2b03b87-86df-46bf-b166-6d1b8f5b5d1e",
            "gambit_id": "0d6b2152-2823-4d8f-92fb-4d22a7d2a82a",
            "last_updated": "2023-01-19T09:27:08.927647-05:00",
            "created_at": "2023-01-18T09:16:52.492410-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4acae7-8710-4cce-9370-7524fd64a973/?format=api"
        }
    ]
}