GET /api/bet_types/2af7ecda-2cff-42f7-a534-0033bb596812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2af7ecda-2cff-42f7-a534-0033bb596812",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f639602-114a-40de-92ef-d8e4f1bce5aa/?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": "Auburn",
                "amount": 5000.0
            },
            {
                "team": "Texas A&M",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9edda79-2038-4528-82af-bf6d179807de",
            "gambit_id": "539fea3b-4222-4b36-ab22-9d1b6579b771",
            "last_updated": "2022-11-14T09:33:43.889408-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af7ecda-2cff-42f7-a534-0033bb596812/?format=api"
        },
        {
            "id": "872912d8-c84a-4e42-824f-11caddbc9ca4",
            "gambit_id": "68ddb093-3463-4dc0-a572-2ba936e25bc1",
            "last_updated": "2022-11-14T09:33:43.890378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af7ecda-2cff-42f7-a534-0033bb596812/?format=api"
        }
    ]
}