GET /api/bet_types/2a926e90-255e-48b0-96a4-baa86e28b025/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a926e90-255e-48b0-96a4-baa86e28b025",
    "match": "https://api-prod.gambitprofit.com/api/matches/01d4a015-943f-479b-acfb-3fdc99cb16d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:58.864960-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": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d44bb2fa-fc38-4210-80cb-27ccd23f0596",
            "gambit_id": "861a4590-649b-49cd-b6f0-843d70074889",
            "last_updated": "2023-01-15T15:32:20.174415-05:00",
            "created_at": "2023-01-14T08:26:58.867714-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a926e90-255e-48b0-96a4-baa86e28b025/?format=api"
        },
        {
            "id": "b49c1444-d7d2-4def-b569-30242ac1bac2",
            "gambit_id": "e1416525-9290-4b67-9f2f-ef92d7ffeac7",
            "last_updated": "2023-01-15T15:32:20.177620-05:00",
            "created_at": "2023-01-14T08:26:58.870912-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a926e90-255e-48b0-96a4-baa86e28b025/?format=api"
        }
    ]
}