GET /api/bet_types/eead731a-7996-40f2-931d-3d7276a62b19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eead731a-7996-40f2-931d-3d7276a62b19",
    "match": "https://api-prod.gambitprofit.com/api/matches/3279c83e-f271-4831-a744-8b5f0c70a944/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "604666cc-c3dd-4fe3-b565-a5d46d35be82",
            "gambit_id": "826d48fd-12c6-44a6-bf7a-ca344d169fc6",
            "last_updated": "2022-11-02T10:48:06.651797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eead731a-7996-40f2-931d-3d7276a62b19/?format=api"
        },
        {
            "id": "a5f357e6-f5e7-4f58-bf78-952db59db374",
            "gambit_id": "d25560e2-0a9a-474f-a70e-c811861bc2da",
            "last_updated": "2022-11-02T10:48:06.650842-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eead731a-7996-40f2-931d-3d7276a62b19/?format=api"
        }
    ]
}