GET /api/bet_types/06efe259-144d-496f-9b1a-887c319d2726/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06efe259-144d-496f-9b1a-887c319d2726",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dc4d01f-226b-4a19-9a86-2bd0a39d0bb4/?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": "Army",
                "amount": 5000.0
            },
            {
                "team": "UTSA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6e9df5d-b85e-4ec9-a820-770332a51d1b",
            "gambit_id": "adb0256e-a416-4c5b-ade7-975eca2a0e3d",
            "last_updated": "2022-09-11T11:17:09.444507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06efe259-144d-496f-9b1a-887c319d2726/?format=api"
        },
        {
            "id": "39edfaee-2f74-429e-9ce1-5f842f263bc5",
            "gambit_id": "7349d20a-621b-4a70-9927-44518151b0ef",
            "last_updated": "2022-09-11T11:17:09.445502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06efe259-144d-496f-9b1a-887c319d2726/?format=api"
        }
    ]
}