GET /api/bet_types/96f6ca78-8c3c-41f2-8691-e964a03ae653/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96f6ca78-8c3c-41f2-8691-e964a03ae653",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5eb2618-9f69-4c19-bd11-a2a079a1b78f/?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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff6b6a6d-9ae9-4e9f-ba62-4ce530b7e5f2",
            "gambit_id": "af9dcb8b-3eb7-4375-a3cf-c1d6649f5393",
            "last_updated": "2022-11-21T15:48:09.551705-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f6ca78-8c3c-41f2-8691-e964a03ae653/?format=api"
        },
        {
            "id": "d3639fce-aed1-47ae-98d5-5de88f003461",
            "gambit_id": "405bb447-55a5-41a0-9426-bafc8e648a98",
            "last_updated": "2022-11-21T15:48:09.550636-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f6ca78-8c3c-41f2-8691-e964a03ae653/?format=api"
        }
    ]
}