GET /api/bet_types/226ea9d5-881c-455f-86d0-e88997bead43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "226ea9d5-881c-455f-86d0-e88997bead43",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d23269e8-c09c-414f-b2f3-7974171f153f",
            "gambit_id": "1ff9bf81-c9ca-41cc-a38b-1df1fdc36044",
            "last_updated": "2022-11-28T11:16:55.138954-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ea9d5-881c-455f-86d0-e88997bead43/?format=api"
        },
        {
            "id": "cb7b8346-d3e6-4d58-8afc-1f3f26a505e2",
            "gambit_id": "7dddd88c-7ae5-4c9a-8899-88e8ad55022b",
            "last_updated": "2022-11-28T11:16:55.139933-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226ea9d5-881c-455f-86d0-e88997bead43/?format=api"
        }
    ]
}