GET /api/bet_types/9a3fa2e6-7b3a-4f08-807f-db01ece396b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a3fa2e6-7b3a-4f08-807f-db01ece396b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a31cdb55-12ff-42fc-a53f-27e1cc5c0165/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "35a42ed7-1efa-498b-a418-ba4d8d991447",
            "gambit_id": "8c3262ca-7e34-4cc4-a087-33e3d320cc7c",
            "last_updated": "2022-12-15T10:46:59.519632-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a3fa2e6-7b3a-4f08-807f-db01ece396b7/?format=api"
        },
        {
            "id": "28c5058c-c14e-470d-98aa-aa4bda1086c1",
            "gambit_id": "4255f99e-9a86-4bc1-998d-25e395869ffa",
            "last_updated": "2022-12-15T10:46:59.520702-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a3fa2e6-7b3a-4f08-807f-db01ece396b7/?format=api"
        }
    ]
}