GET /api/bet_types/4d62b8cc-5274-49e1-8ced-3a06b2b12c66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d62b8cc-5274-49e1-8ced-3a06b2b12c66",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1fcf78a-db9d-4282-b778-ecdae7fef64f/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "97445428-e692-4c39-b8ed-9ef90fcd25ad",
            "gambit_id": "ce615f92-604b-463d-9b4c-1c09ec1563eb",
            "last_updated": "2022-10-31T11:31:56.899471-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d62b8cc-5274-49e1-8ced-3a06b2b12c66/?format=api"
        },
        {
            "id": "a594ada0-9d8a-44ed-bb06-f0220b437459",
            "gambit_id": "aedb547d-7c87-42a9-9df3-d9ca161a1a8e",
            "last_updated": "2022-10-31T11:31:56.898357-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d62b8cc-5274-49e1-8ced-3a06b2b12c66/?format=api"
        }
    ]
}