GET /api/bet_types/38a56ed7-9e08-4cc4-b29c-8dfe55189854/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38a56ed7-9e08-4cc4-b29c-8dfe55189854",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dad74be-5c0d-4705-9216-5c49b8b40924/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "24e3d014-f597-45b9-8a86-7bd44309cf6d",
            "gambit_id": "0fdf2c0e-baad-46f8-82e0-9d69113f0ddc",
            "last_updated": "2022-11-05T09:38:14.736712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a56ed7-9e08-4cc4-b29c-8dfe55189854/?format=api"
        },
        {
            "id": "4096d3bc-b6cb-4d3d-aba6-3fbedbab8ea3",
            "gambit_id": "f7adac86-8706-4b1e-9c23-ccdbb87d5289",
            "last_updated": "2022-11-05T09:38:14.735710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a56ed7-9e08-4cc4-b29c-8dfe55189854/?format=api"
        }
    ]
}