GET /api/bet_types/41a56d01-b1c9-4c55-b058-e5a8d46f891a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41a56d01-b1c9-4c55-b058-e5a8d46f891a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5968136f-72c2-49c9-9999-a3046f774258/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:10.222451-04: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": "TEX",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6aebb185-7ed4-4a5f-a54b-1c4ce755b1ea",
            "gambit_id": "77047fc5-6b1c-4fd6-92d2-dd505b32f18f",
            "last_updated": "2023-09-12T11:23:01.047421-04:00",
            "created_at": "2023-09-10T10:03:10.231424-04:00",
            "name": "TEX",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a56d01-b1c9-4c55-b058-e5a8d46f891a/?format=api"
        },
        {
            "id": "2b3b8945-ea83-476c-96c8-6d0e6ba92443",
            "gambit_id": "63df21fd-8b5d-4526-adef-c263f5502c7f",
            "last_updated": "2023-09-12T11:23:01.043733-04:00",
            "created_at": "2023-09-10T10:03:10.226693-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a56d01-b1c9-4c55-b058-e5a8d46f891a/?format=api"
        }
    ]
}