GET /api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1f121b6-7522-4163-804d-5ebcf4bdb626",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb8c77c2-0476-4a48-996d-2c01dffecea8",
            "gambit_id": "bcb35050-d9e7-4a5d-800b-9d143eb36623",
            "last_updated": "2022-08-13T11:02:04.921643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
        },
        {
            "id": "7509fc1d-74d8-4dcf-9ec2-8b52ad54d45f",
            "gambit_id": "b2ff2c34-02ec-4f04-a9fd-0350cd5f9510",
            "last_updated": "2022-08-13T11:02:04.921203-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
        }
    ]
}