GET /api/bet_types/28f263f4-2c59-4df8-a5cc-b2d25e8832c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28f263f4-2c59-4df8-a5cc-b2d25e8832c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75c0e11-cb55-401e-b81f-10baca769bfd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:10.294154-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "800a9bd3-7f83-429f-8840-e340550733e9",
            "gambit_id": "a265f142-7787-4db0-b167-c71690b89f84",
            "last_updated": "2024-02-07T01:53:01.589648-05:00",
            "created_at": "2024-02-06T09:08:10.298936-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28f263f4-2c59-4df8-a5cc-b2d25e8832c7/?format=api"
        },
        {
            "id": "038136f6-a1c4-4be4-97bc-5e48b6b2349f",
            "gambit_id": "ac35e1bb-9021-40f3-a501-ca609f1175f9",
            "last_updated": "2024-02-07T01:53:01.593890-05:00",
            "created_at": "2024-02-06T09:08:10.303442-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28f263f4-2c59-4df8-a5cc-b2d25e8832c7/?format=api"
        }
    ]
}