GET /api/bet_types/f9a9ce87-0eb4-48ac-99b7-2e7e90411df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9a9ce87-0eb4-48ac-99b7-2e7e90411df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bb16249-8c15-4611-9364-1eb1c4ab962d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:17.123229-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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0046fdb8-fce1-4443-b46b-c9430fc6826f",
            "gambit_id": "5a3fd47a-25f3-4926-9d7f-eb18bfe0250c",
            "last_updated": "2023-11-27T20:18:15.809485-05:00",
            "created_at": "2023-11-22T09:13:17.126892-05:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a9ce87-0eb4-48ac-99b7-2e7e90411df0/?format=api"
        },
        {
            "id": "ef5ea151-4cdd-4e39-a322-973fe5a4a49c",
            "gambit_id": "8403a8fa-d0ef-4cdd-a948-4a8442633c80",
            "last_updated": "2023-11-27T20:18:15.813076-05:00",
            "created_at": "2023-11-22T09:13:17.131545-05:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a9ce87-0eb4-48ac-99b7-2e7e90411df0/?format=api"
        }
    ]
}