GET /api/bet_types/13fdd3c3-d616-47de-8585-726e33c71b6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13fdd3c3-d616-47de-8585-726e33c71b6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3a419bf-a48d-47e2-aa51-b11837a03f07/?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": "Texas Tech",
                "amount": 5000.0
            },
            {
                "team": "West Virginia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbc27ca0-02d2-427c-881c-195129c80816",
            "gambit_id": "7d720451-8a43-4884-a8b2-b3023b3c2594",
            "last_updated": "2022-10-23T12:57:22.890470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13fdd3c3-d616-47de-8585-726e33c71b6a/?format=api"
        },
        {
            "id": "386950f0-8246-4744-981f-540ec92b5cf6",
            "gambit_id": "04c1f803-714d-4c63-8df0-58fab73a45ab",
            "last_updated": "2022-10-23T12:57:22.891543-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13fdd3c3-d616-47de-8585-726e33c71b6a/?format=api"
        }
    ]
}