GET /api/bet_types/6862cae4-0fe7-4394-a16c-2e9c683bd870/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6862cae4-0fe7-4394-a16c-2e9c683bd870",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab52ffb5-ddf6-4a7a-8ab0-f0366595a28e/?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": "OAK",
                "amount": 5664.0
            },
            {
                "team": "TEX",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "f978a4bc-12de-4e13-8078-b27d8c305e48",
            "gambit_id": "d0eb9d19-f16c-46b4-b4e9-54084de3f438",
            "last_updated": "2022-09-15T11:07:08.385158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6862cae4-0fe7-4394-a16c-2e9c683bd870/?format=api"
        },
        {
            "id": "64afb6ec-0679-4237-816a-71dc1ba5f75f",
            "gambit_id": "826e8fa9-17c6-4511-bbe5-19e720f09537",
            "last_updated": "2022-09-15T11:07:08.384127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6862cae4-0fe7-4394-a16c-2e9c683bd870/?format=api"
        }
    ]
}