GET /api/bet_types/2c464b31-506e-4992-8fff-cd378a01c045/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c464b31-506e-4992-8fff-cd378a01c045",
    "match": "https://api-prod.gambitprofit.com/api/matches/0763a246-a748-4728-a43c-a42ea42da970/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:59.088325-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": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1a9d158-0b39-4c11-a987-371bc7832fdb",
            "gambit_id": "e21313dd-98c0-4544-a063-dfae52256e1f",
            "last_updated": "2023-02-04T12:01:58.502028-05:00",
            "created_at": "2023-02-03T09:21:59.091272-05:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c464b31-506e-4992-8fff-cd378a01c045/?format=api"
        },
        {
            "id": "9f72093c-b654-4814-8143-58a9610faccb",
            "gambit_id": "1fbd0c2e-6adb-45bb-afb6-288aa7fa657f",
            "last_updated": "2023-02-04T12:01:58.500910-05:00",
            "created_at": "2023-02-03T09:21:59.089847-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c464b31-506e-4992-8fff-cd378a01c045/?format=api"
        }
    ]
}